Loading Tool

Explorer IconExplorer

Memory Pool

58,639 transactions
17.90 vMB
0.04678958 BTC
Random Selection Loading Transactions
Max Size: 114.46/200 MB

Candidate Block

Mining Attempt 2fe473dc79d461eb9328bfca37e37ff988b54d693b38fd134214f5a22c3e070d
Version 20000000
Previous Block 00000000000000000000e3ef9599fe381679aa26c3ac8251afcd45d0ac0e750b
Merkle Root 0917fc95ce8fd680b89fdf928049d4c821f331d41e462a17d1a2f13aab125391
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,125
Size: 1.00 vMB
Total Fees: 0.00603099 BTC
Feerates: 77.43 > 0.60 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,776 (904,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,879 10,879 00000000297804670c81d88164bdf5fbef3a5ff02e8f180fa3b0ef88904a8219 1 0.00/1.00 vMB 0
10,878 10,878 00000000148e1908692c4a3bb64c413edd8fc3efebd18bac0d6024a9638fce84 1 0.00/1.00 vMB 0
10,877 10,877 000000007d49a000504fe242071de6b4baa7a60201e3deef252c6a3af9b17b6e 1 0.00/1.00 vMB 0
10,876 10,876 0000000065629e39a9de9067603d8aa13583878700e26232916788c5d72eaf62 1 0.00/1.00 vMB 0
10,875 10,875 0000000052a4f23244198c8620343469eac9eb4896b88cb95db75fbc89219121 1 0.00/1.00 vMB 0
10,874 10,874 00000000ed509b1912e1a0b53c3154eb65cdec615cdcb401b79ed6ca870496b4 1 0.00/1.00 vMB 0
10,873 10,873 000000006d46b0421148b63c1aa91a0d3d2a819475f786deb70f1981c660e885 1 0.00/1.00 vMB 0
10,872 10,872 00000000b86d7b7b7a00cfe96158a35099e4238b0c27a26cf3541481da355f63 1 0.00/1.00 vMB 0
10,871 10,871 00000000073ea0a58d199720cc4265ec7eee14943be230bb64b2bd83a9e45db4 1 0.00/1.00 vMB 0
10,870 10,870 00000000d2cc11a6c798884880782be43223398f0128d73bff3f40d4a365e24b 1 0.00/1.00 vMB 0
10,869 10,869 00000000cdca697751f13c811f01bfcaf9b73c27794cdd954bf1b9f800f6c757 1 0.00/1.00 vMB 0
10,868 10,868 00000000640309b33feed9492f32f7d35f0a7bcf478cea06a6d5431409518c25 1 0.00/1.00 vMB 0
10,867 10,867 0000000099c5dec85ba5071c37dacd3ef63bd4b674fee4cbf4f702d05c6b8133 1 0.00/1.00 vMB 0
10,866 10,866 0000000046af38a25079b48f409862f78229f77d2cdae3fbb4ace3c3d4447c5a 1 0.00/1.00 vMB 0
10,865 10,865 00000000f464cee589485295f109b88597c8475193bd48f765a37b7677739d41 1 0.00/1.00 vMB 0
10,864 10,864 00000000c44f73be23e79a6040a695b0879f9760a06d1d2ac8708028175991e5 1 0.00/1.00 vMB 0
10,863 10,863 00000000c314ae1d52abb6bf177a96a5a00992f5475b4952d6531b95ff66e4f4 1 0.00/1.00 vMB 0
10,862 10,862 0000000057fd7d115d555f0e0081bb9eb6838a95573a7b3377f1eeba1116fdf1 1 0.00/1.00 vMB 0
10,861 10,861 000000003c78c9c2c09b4e2f389299ba70486961d22b3d6b196180448769e703 1 0.00/1.00 vMB 0
10,860 10,860 00000000b5fb1f6774eab6e6421f1d2792d948c4cad8e2c7eed4638ee8b5b0ba 1 0.00/1.00 vMB 0
10,859 10,859 0000000091b2223c86d065587048ea673d7f7df295ea36d0052e02fcaf2d45a5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.72 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: 783.13 GB
    • Received: 21.38 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.