Loading Tool

Explorer IconExplorer

Memory Pool

80,140 transactions
25.47 vMB
0.06550717 BTC
Random Selection Loading Transactions
Max Size: 160.62/200 MB

Candidate Block

Mining Attempt e3ae333a83be76f357e1e05ac3a3e774995f0ddccf2f043a5a7206c38ec027b4
Version 20000000
Previous Block 00000000000000000001a8548a33a678fb41d42517784dd581b50b958e19e856
Merkle Root 13a291a32a7b9fe1b4e952f3e781c8104c44196be9286a72a658fbf06ff46a37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,182
Size: 1.00 vMB
Total Fees: 0.00955425 BTC
Feerates: 1,381.88 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,955 (848,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,723 67,723 00000000017fbffa56a5579e2ff445a155c44e76b91b3841813a75e285d0e172 1 0.00/1.00 vMB 0
67,722 67,722 0000000002f55f1740a65f7b356b310c61e65f612773c50b3d84963961d51cfd 2 0.00/1.00 vMB 0
67,721 67,721 0000000002ae60bfa1957e8c88271f57c463c58f56eac74c30854ad0e6685627 3 0.00/1.00 vMB 0
67,720 67,720 0000000004ff23d0ca3dd9496328ac2e0931f90f97555e0d21d105394a8a9284 5 0.07/1.00 vMB 0
67,719 67,719 00000000023e21b6d8fee9264c446d3bd18a4829cd679006385e7131cb453566 4 0.04/1.00 vMB 0
67,718 67,718 0000000001fb0ca5918d09528c1a1c48af606a4be448dc6e2d598e2f195e70ed 2 0.00/1.00 vMB 0
67,717 67,717 0000000004fa5287a90985b779118a0f6f75464b68c77183671bf3e7d871c9b8 4 0.00/1.00 vMB 0
67,716 67,716 0000000002af72dde86e59500e3a78adbbd19218b39185a1530be89c84a11786 1 0.00/1.00 vMB 0
67,715 67,715 00000000022ac6b3fabc83ee73550bed81dfac626ff3b9a62990dd33dcf58335 3 0.02/1.00 vMB 0
67,714 67,714 00000000014bf5e330f1827ed11656b62f7e6a211ab63436163fcd3d71dba31e 3 0.02/1.00 vMB 0
67,713 67,713 0000000005757a0254a28d46a9b208341b12950d0c39718dd25928bcd408b648 1 0.00/1.00 vMB 0
67,712 67,712 0000000001527eab1f69b2eddca032660da2c7d0760a24074f4cfedf3aadccf4 1 0.00/1.00 vMB 0
67,711 67,711 00000000004b63d2abd6b64ba41e79a3f9f66a6f798a6f618db2699fc07c1c05 1 0.00/1.00 vMB 0
67,710 67,710 0000000002239d1a085758ac3cab8cdb022cea48b8b814714ede884d7cc4ed54 1 0.00/1.00 vMB 0
67,709 67,709 000000000091a1abd64dc01440bc4392655e4c7094a304357ef573b1d12c47c8 1 0.00/1.00 vMB 0
67,708 67,708 000000000559777f3e8745a0920657c09e853aa2c7e23375526b87e7b4588f2d 1 0.00/1.00 vMB 0
67,707 67,707 0000000002822bc740fa680bd1de128dd1b0343c592aae2b7e9618bc8e47ed33 2 0.00/1.00 vMB 0
67,706 67,706 00000000024b212f831874eb13f49e3ce5bacecd317d2906bc5289fc76bc4c83 3 0.00/1.00 vMB 0
67,705 67,705 00000000006d5ec5a6be8b9081a9cf2d8494523894fd455a2f387b7705a03172 3 0.00/1.00 vMB 0
67,704 67,704 00000000052a866ef9d405123001d3d5dd9123ac1af34d3c26cf7869f7e4be19 2 0.00/1.00 vMB 0
67,703 67,703 00000000014da98ca10e202195f8c8a119d7a0d2f30983c3ef021b234bf650a1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.34 GB
    • Received: 22.86 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.