Loading Tool

Explorer IconExplorer

Memory Pool

44,760 transactions
33.40 vMB
0.13796105 BTC
Random Selection Loading Transactions
Max Size: 168.41/200 MB

Candidate Block

Mining Attempt 6fd3766563af41aa309190dd82dacaa3d54a3211126789f5e40ba56e5a4343e8
Version 20000000
Previous Block 00000000000000000001a861647b7d46bd8303eaafa75375b8685b99899e922b
Merkle Root a35be4545a8eb0f188030ca22a96ea468414d839514a4b6857536bf109f08325
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.05895688 BTC
Feerates: 8,113.05 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,343 (787,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
126,621 126,621 000000000000250fb9735c23e743f3fdc0d9d72d3df8696fc76ee71994d3cf80 10 0.00/1.00 vMB 1,174
126,620 126,620 0000000000001ba9dc9fa59b5ef1bd7ba9123119028a3ba764fb221b2fc9f63d 9 0.00/1.00 vMB 21
126,619 126,619 000000000000374cbf45c1144f78a244dceece36c8d3abb34af36c393e490057 22 0.01/1.00 vMB 951
126,618 126,618 0000000000002b35fe6300379cfaae85a2b07a83dc763e16e76bce547b710c89 19 0.01/1.00 vMB 741
126,617 126,617 00000000000016b1c8d48596d8ccddb2b59888bcbaa8ea928e0cc192d23b8211 10 0.00/1.00 vMB 431
Previous 10 blocks ↓
Total Size: 781.21 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: 587.11 GB
    • Received: 9.48 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.