Loading Tool

Explorer IconExplorer

Memory Pool

74,862 transactions
27.62 vMB
0.07380009 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 7361dd511706d509770cbdb61ec95a3a404ace596a9ba0413924a42d61b0ad31
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root a2b262e75b7244fb566cb820b3fd90690e110b9124c9227c38b3f8a10661fb96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,468
Size: 1.00 vMB
Total Fees: 0.01473359 BTC
Feerates: 100.53 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (456,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,916 458,916 0000000000000000009455e3bfb820d0df0e6c04cc85f42c08e5193c2efd519d 2,514 1.00/1.00 vMB 160
458,915 458,915 000000000000000000e228b1190d22cad06dabcaed5483a6a74290eeb7da8da3 2,408 1.00/1.00 vMB 206
458,914 458,914 000000000000000000bdb6b652e03ce96d65ab86b334e2f9a8567d0abc6570fb 1,396 1.00/1.00 vMB 142
458,913 458,913 000000000000000001b393bb0d9a6bb89caf748ca983301aab830f78cf989597 2,387 1.00/1.00 vMB 184
458,912 458,912 000000000000000001e6eebcd0533403df17b691b4f6c7a366549dd515f765bf 501 1.00/1.00 vMB 43
458,911 458,911 000000000000000001434600b267da6e51699c6f79d31e29078943207ead763b 1,278 0.75/1.00 vMB 119
458,910 458,910 0000000000000000010aa6840059aeb88a04cd42f290e2c7e241d2a5cf4cd5af 998 1.00/1.00 vMB 68
458,909 458,909 0000000000000000010dab0756299878e37c522ba87cba2b0a212355c905b68a 718 1.00/1.00 vMB 55
458,908 458,908 00000000000000000028c09c942f42bf9e354ee69e87be714283e3525acd4b8f 2,056 1.00/1.00 vMB 155
458,907 458,907 000000000000000000120d88f5edac830d58f59f17a0039ef39c3a2f0d045178 1,139 0.75/1.00 vMB 160
458,906 458,906 000000000000000002070c9d7f75a5201bb336eb24c40650f83a0186b80300d9 1,060 1.00/1.00 vMB 82
458,905 458,905 000000000000000000cf880d6408db9e4d8c32a0b4d125196bcfcbda16592d39 2,242 1.00/1.00 vMB 153
458,904 458,904 000000000000000001dc913cdb2e2b0512bf4003ac7d7b24187f93b7a0f4f84a 2,076 1.00/1.00 vMB 99
458,903 458,903 000000000000000000e27ae1baa24b8e20f07fcfe7d161a3e1e187ba73b9a689 1,189 1.00/1.00 vMB 122
458,902 458,902 00000000000000000194b0852cd2a6609c4df1d5d813f091200eec27fd225086 2,090 1.00/1.00 vMB 103
458,901 458,901 0000000000000000012ed6776df8651674f528ca40158a54af2c254f0d74cca2 2,221 1.00/1.00 vMB 169
458,900 458,900 00000000000000000093f418c779a71485e151c0feb5629296c069161d023ac6 2,580 1.00/1.00 vMB 130
458,899 458,899 0000000000000000011b5ece4431ddc78023ab52a2f25c7c7c6212e5eb08754e 2,320 1.00/1.00 vMB 157
458,898 458,898 000000000000000001c6fd21bec350026ad9bfc121ebf544fe7398cf03fa5996 2,401 1.00/1.00 vMB 171
458,897 458,897 000000000000000001d9c4771f531d1be4c2caca6e3a4fbd43986e3aff943602 2,094 1.00/1.00 vMB 176
458,896 458,896 0000000000000000006d342e74314680119cd6385c7166e067961d5a710ca61f 1,828 1.00/1.00 vMB 241
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.