Loading Tool

Explorer IconExplorer

Memory Pool

86,478 transactions
31.64 vMB
0.14855584 BTC
Random Selection Loading Transactions
Max Size: 190.81/200 MB

Candidate Block

Mining Attempt 35c785d6655116df7929082920796451ea93ce449d909ced4c52d4c677363740
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root cef460df896d83e9beb11aeb61f7e8ffe32351497946f8239b57e007d5cc33bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.06612291 BTC
Feerates: 214.31 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (494,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,577 420,577 000000000000000001ebe931154580782ffc9db311e8ecc2545177d629514ffa 2,771 1.00/1.00 vMB 65
420,576 420,576 000000000000000002ab09503346da46fc1fb7d7d2ad3f5589171a89702bda96 3,171 1.00/1.00 vMB 95
420,575 420,575 000000000000000001b9b8afec0a51e7ba40d15c5f7c342b11e8e347fc604ee6 2,543 0.90/1.00 vMB 47
420,574 420,574 000000000000000001ec929b44cb0ad816196947d4585ba25b34b50a2b41d13d 2,360 0.93/1.00 vMB 79
420,573 420,573 0000000000000000027279977cea96fe7661373f7c00004a5aa1af83d7a3f1a1 866 0.36/1.00 vMB 57
420,572 420,572 000000000000000000e3eef5c41c65848f0dfaaf5d71241ccff18337cb5b26db 1,490 1.00/1.00 vMB 34
420,571 420,571 000000000000000001e0271f026f4af426922ae9f388d7f6ad2bcc00bf999764 1,631 1.00/1.00 vMB 35
420,570 420,570 000000000000000000ce3664bac8347ec29a8bcf5fcf004acb04fafef9ba1fef 2,741 1.00/1.00 vMB 60
420,569 420,569 0000000000000000005469e76e949658c526c01602f6bbef3e1ccc2aab49d5b5 2,655 1.00/1.00 vMB 62
420,568 420,568 0000000000000000017123726598ea350d9bcd58c0cadfd6e4e15e0735990b47 434 1.00/1.00 vMB 14
420,567 420,567 000000000000000004601cf31294fe10683cd7d1759f227c49a2db40ddd72bc9 1,040 1.00/1.00 vMB 18
420,566 420,566 00000000000000000299aa3d9a6557bce8d55e24e34acbcd4298d6bf03b723fc 1,533 1.00/1.00 vMB 27
420,565 420,565 000000000000000002277c234fbac8ee6f18bcad104b4c8bb7a26666677ba3d2 1 0.00/1.00 vMB 0
420,564 420,564 0000000000000000027365e95b50ab8ad042438eb8531e08dcbfc9ab7e52d847 2,516 1.00/1.00 vMB 62
420,563 420,563 000000000000000004b3c728bb77c5a351c7bed3c7e079338a6aa2901d9e4e90 1,977 1.00/1.00 vMB 44
420,562 420,562 000000000000000004890e8a6814911333d4cfe7eadc4f00a4a6c1c8d250d793 2,623 1.00/1.00 vMB 45
420,561 420,561 000000000000000001cb02590846299c91794e9b9f422513cff4b9c1dd5c62a5 2,847 1.00/1.00 vMB 75
420,560 420,560 0000000000000000008d905f7e513678f6f9717a94fd22e1f29e12ce641996ed 1,220 1.00/1.00 vMB 21
420,559 420,559 00000000000000000006561581025c130f361e0b6826365a6fc95ae68e32d9c1 1,715 1.00/1.00 vMB 27
420,558 420,558 000000000000000002658a2afd6e3ac7876257606ff0dc35831eca991c4b962c 2,136 1.00/1.00 vMB 47
420,557 420,557 000000000000000004d1e607952474b7af28ab906c37cf219a458e53f42a0361 2,632 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.72 GB
    • Received: 14.77 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.