Loading Tool

Explorer IconExplorer

Memory Pool

42,587 transactions
32.11 vMB
0.13187995 BTC
Random Selection Loading Transactions
Max Size: 160.71/200 MB

Candidate Block

Mining Attempt 4f989df679bc1e0c158769530416d25774f72f9547253e63587f229539e05878
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 8c424951dafc95b2a99eef17a979ba2a40d82b9d955252b49f73120dd0d878e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.06249302 BTC
Feerates: 116.76 > 6.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (787,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,642 126,642 00000000000020fe88c32ff02eba6e702ad699cecff2bfbfdf203a1b28e21c79 14 0.00/1.00 vMB 1,007
126,641 126,641 000000000000303b630fc6a5a0ac44ef22f3bc4140d3977b1ee3157c85ac80b9 10 0.00/1.00 vMB 333
126,640 126,640 00000000000023a9e32802afdcacc1d7711d7d0650ae6f5ee86d60d07aae2b69 10 0.00/1.00 vMB 17
126,639 126,639 0000000000002de8f659dac3f3f5978a276be0d600cdcf5e229e25a64516e49b 68 0.03/1.00 vMB 1,080
126,638 126,638 0000000000002fb911f1adeed5262682ff4017e93c8aed995a7780ba47a285d5 10 0.00/1.00 vMB 2,918
126,637 126,637 0000000000003e9616e91288dd7664b7a90a8923e71e5a235357d8fa29e9f0ac 9 0.00/1.00 vMB 22
126,636 126,636 0000000000003cc5a33df18fe93363b7f44293192d78d544e401d18efb0890ea 38 0.01/1.00 vMB 758
126,635 126,635 0000000000003207756d2ab2ae57fea825adc7ef63417d830c572bdf2acd1aac 3 0.00/1.00 vMB 0
126,634 126,634 00000000000042f8effbb5f3964a390b0c320cfae15ca994ab1dab6f405ab757 45 0.01/1.00 vMB 114
126,633 126,633 00000000000027a288ad7ae8a5ba016cf7affeaefc7b4243085610b79dd625c3 32 0.02/1.00 vMB 916
126,632 126,632 0000000000002e1327ab7da50102423648f25dcf40fa6c8cc1d6534b41dc85f0 24 0.01/1.00 vMB 133
126,631 126,631 00000000000002273c86547d7cb8348fa3f7ef8d279cd7f833476635edc35020 16 0.01/1.00 vMB 2,766
126,630 126,630 000000000000146c601b62366d0bea9b8e9d184ca2acc8a7b206ceebfacc57e8 22 0.01/1.00 vMB 1,364
126,629 126,629 00000000000027cefe20b9a1d2777ca750e14d18ae0cdae73ba5c376f92558cb 15 0.00/1.00 vMB 1,828
126,628 126,628 000000000000292aa2272f0247992e5c9db043bfabda4af8aa4220e03f9ae6d5 7 0.00/1.00 vMB 1,345
126,627 126,627 0000000000003d8101308cbf258f4864581d227c8c1a5468b7ad8ed207e7a899 10 0.00/1.00 vMB 18
126,626 126,626 0000000000001b42b2d0ef39a62b5621582878fdef6865dc809a11566df431a3 41 0.01/1.00 vMB 2,302
126,625 126,625 000000000000331b7c3cb85bab86f8402b9c927f707329b062e6388a7de0224b 13 0.00/1.00 vMB 327
126,624 126,624 000000000000215b13e975c3f17fcd65407f66f28be2a0695af7ec5c9605e853 16 0.01/1.00 vMB 1,213
126,623 126,623 0000000000003b81c9faffcf61f60e1857910773da3a8f0b2bc2b77f31b30ab5 49 0.02/1.00 vMB 219
126,622 126,622 00000000000002d4ebce7b5e9a668909f92aca64fa522c3c5bbe86a570df2ffa 3 0.00/1.00 vMB 379
Previous 10 blocks ↓
Total Size: 781.23 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: 590.76 GB
    • Received: 9.59 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.