Loading Tool

Explorer IconExplorer

Memory Pool

33,698 transactions
28.31 vMB
0.13627590 BTC
Random Selection Loading Transactions
Max Size: 139.94/200 MB

Candidate Block

Mining Attempt e07731c2bc31ff46dbcf94e2da168b50f6d885350cd46343477f61f811862a2b
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root d0be04e1af82d630fd8ea570df99dae8ed6d09c5e4e5acdc01f59a844af96838
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,703
Size: 1.00 vMB
Total Fees: 0.08146808 BTC
Feerates: 231.58 > 8.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (41,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,283 873,283 00000000000000000001516f7e77f566134b456ac6e6c11a522d5b6e9d987df7 4,252 1.00/1.00 vMB 4
873,282 873,282 0000000000000000000257282a455b0e755f59e3366207e0433f79d2e67c99bb 2,620 1.00/1.00 vMB 5
873,281 873,281 00000000000000000001ed998fe6529dc33e4c2e4b6f6e9201780ced3f0244ec 1,910 1.00/1.00 vMB 4
873,280 873,280 00000000000000000000602bad5e59779d0d0d66fa491316f333b40182cdce9c 1,860 1.00/1.00 vMB 6
873,279 873,279 00000000000000000000ef65a49cee84b82d11febeba282ae2451ed5a88743d6 3,360 1.00/1.00 vMB 10
873,278 873,278 000000000000000000026384aa056f9be02ee9f2f4312957bc9e50ae875e3ff8 2,616 1.00/1.00 vMB 8
873,277 873,277 00000000000000000000d81b3477deedecbfbf3a39db6d6fdcf2d06e6231a5b4 640 1.00/1.00 vMB 5
873,276 873,276 00000000000000000001e8d159fed0f8e685691274a377a5481cd4ae496de76c 2,977 1.00/1.00 vMB 9
873,275 873,275 00000000000000000000ab8e77345141a36233a1bc246286cba359f3c02fe374 2,317 1.00/1.00 vMB 8
873,274 873,274 00000000000000000001c6a2214960e3b78e336dd1d0b5a365498d3af69bc36f 3,528 1.00/1.00 vMB 8
873,273 873,273 000000000000000000004be4b5ca123be92627acbdfa5587ae9101018c31e567 3,079 1.00/1.00 vMB 13
873,272 873,272 00000000000000000002a6b4f5fbad8dee4b241db84353a21c14528f48ef03cc 1,886 1.00/1.00 vMB 8
873,271 873,271 0000000000000000000213ca43628374fd4f90b3fa0853de0f8d1fa7020c475c 3,509 1.00/1.00 vMB 9
873,270 873,270 000000000000000000017f61e2495eba2f744507d0661ebeb569066593499252 3,318 1.00/1.00 vMB 10
873,269 873,269 0000000000000000000269dd1b8b37495363266bc6642caedbc3a9de0ee52515 1,299 1.00/1.00 vMB 6
873,268 873,268 00000000000000000000bf4dd343330d1fdc6f07c630b70c16c72d67073902a8 2,978 1.00/1.00 vMB 7
873,267 873,267 000000000000000000024a7caf0b5bd66a23b1c930e014e49f48b45090846f78 4,271 1.00/1.00 vMB 10
873,266 873,266 00000000000000000002088bcabdb37b55548266dab7b5bc2f1ab59fafb796e0 3,818 1.00/1.00 vMB 8
873,265 873,265 000000000000000000019e5d4b3ed2d1dafca17b226ee2fe136ab9fa11c4644e 4,619 1.00/1.00 vMB 10
873,264 873,264 00000000000000000001c4a7dfbed53b59646d8c32e43bfa46acb4e2f1114692 5,881 1.00/1.00 vMB 10
873,263 873,263 00000000000000000000bf56b6a4ab11c12512d1d253c6dbde770a68a6a1dbb2 4,906 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.89 GB
    • Received: 11.08 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.