Loading Tool

Explorer IconExplorer

Memory Pool

81,936 transactions
29.82 vMB
0.06399272 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt 9bf41a9b442a74772bcb806f7d200c0ad66a8a93686c8b7db4804161ca17aa1e
Version 20000000
Previous Block 0000000000000000000148141c8e072118c303566a26aeaa1fbb69733bc2c6ef
Merkle Root e4a9f92d9f3a39d1a67698d065e7f3445a780359a83d4555813b8772301c2177
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,836
Size: 1.00 vMB
Total Fees: 0.00305788 BTC
Feerates: 14.26 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,960 (178,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,150 736,150 000000000000000000075b8db7e6468b07eb53cba20031d31c432be74e4ab5bd 1,513 1.00/1.00 vMB 18
736,149 736,149 0000000000000000000124e7f0b1b25346d44ab65e0f7d4ddac022c017099394 2,610 1.00/1.00 vMB 26
736,148 736,148 00000000000000000008b84c7ecc168d49eb44460f0406b5226863ed695158b2 1,082 1.00/1.00 vMB 16
736,147 736,147 000000000000000000010729da3dd3ba1c6a47f32a7c52124537deae131aff58 2,724 1.00/1.00 vMB 26
736,146 736,146 000000000000000000042f1a8a8c8fcb6b6d006d2440183ac6973e1656d81759 1,962 1.00/1.00 vMB 23
736,145 736,145 00000000000000000001785690fb1801ea62dd62941fa01018ff36942f55e816 2,615 1.00/1.00 vMB 31
736,144 736,144 0000000000000000000711eb87aa20eb58c8214abe86dd6e99fda613aabe60fd 2,608 1.00/1.00 vMB 25
736,143 736,143 000000000000000000035fdb0ece8a699d7bf620ea452ce933238335df0b3c82 1,494 1.00/1.00 vMB 21
736,142 736,142 00000000000000000003004c148e02bdf6b1eca7365a42aa4df54f8eef55807a 1,133 1.00/1.00 vMB 18
736,141 736,141 0000000000000000000573c951950e7f761bf70079cf3ae8eec9e6916e1bd0ce 1,119 1.00/1.00 vMB 20
736,140 736,140 00000000000000000000fc4e3aacc7f55c65ef0e09d9ec2e29a3bfc40c78489e 977 1.00/1.00 vMB 19
736,139 736,139 00000000000000000001be0a6e184000b0df4985aba9a2df2fe525266cd23f75 1,005 1.00/1.00 vMB 20
736,138 736,138 000000000000000000050533de43927b87f635a094f3df055a30ebf30c7f70ba 472 1.00/1.00 vMB 15
736,137 736,137 000000000000000000048adcf4db2239e3ef2d9b6619f94dbb78cd69b254a384 223 1.00/1.00 vMB 12
736,136 736,136 00000000000000000001d21c8f204a615f6e1e2e58578c3b9fe56038ed6dc36c 1,442 1.00/1.00 vMB 18
736,135 736,135 0000000000000000000687eb4a38d6a2bb2cf2d3a0078533086334a8b2e5b223 690 1.00/1.00 vMB 16
736,134 736,134 00000000000000000008d776faf25d979896b4fb71034a4e9e6f20221b195d7f 1,366 1.00/1.00 vMB 24
736,133 736,133 00000000000000000000d0b2851c7611e29178fa9e867c72fee1f3586fdd1bc7 2,161 1.00/1.00 vMB 29
736,132 736,132 00000000000000000008969d6d2ebd2aaa9ad73f5a868fcfc4cc5d6e1e1aa448 1,220 1.00/1.00 vMB 18
736,131 736,131 00000000000000000000fc6aba82a39f7fd312bed5cbf1f0060bb287f06efce3 1,166 1.00/1.00 vMB 17
736,130 736,130 0000000000000000000040df07dccd6173f5fca8d9ed5fe2fb811824047a3a3a 462 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.