Loading Tool

Explorer IconExplorer

Memory Pool

79,761 transactions
29.72 vMB
0.08017813 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt ab4e00266196a453c3ae093e7c4651fb3ca8ed77318045bb0d3100c1ba11f016
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d0690c416445b9cc4e77a4ea0b94c6a669874e133d8283e483c6edbdab36542b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.01965268 BTC
Feerates: 502.65 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (185,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,128 729,128 00000000000000000000dd806849b3b540002e02c25e63e427ddbc1ed38176eb 2,931 1.00/1.00 vMB 5
729,127 729,127 00000000000000000005c3724edfbec2e4de73382fcd091b570443bce617809f 3,032 1.00/1.00 vMB 9
729,126 729,126 00000000000000000003c49880991f19bf20c38532a1538ed07adf1bf852fc0f 3,134 1.00/1.00 vMB 9
729,125 729,125 000000000000000000093d46d19ff9483b2aad9d5788f6e8a8673aa1316b7684 3,136 1.00/1.00 vMB 19
729,124 729,124 000000000000000000024d1513bffbfc189dcdd1ecddba4ace84eade8ed63861 2,940 0.98/1.00 vMB 4
729,123 729,123 00000000000000000007670b4324bdccaf8619518fb22c59b8190922eae7b240 1,093 1.00/1.00 vMB 5
729,122 729,122 00000000000000000006a2ecc77c6f0d77304ec996995a3b8abba6ccfba20527 3,331 1.00/1.00 vMB 13
729,121 729,121 000000000000000000048230d51cfd8de3100d204a30cc22b08e9c030040c718 1,558 1.00/1.00 vMB 9
729,120 729,120 0000000000000000000a2fc4eb9974d5e1fb7fda56abf0e9af878fa78525ede5 2,697 1.00/1.00 vMB 4
729,119 729,119 00000000000000000001eb9be9261acd56e6b9ed1ee79404f889cdc9922e4753 2,403 1.00/1.00 vMB 9
729,118 729,118 00000000000000000006b97642003b7d4a4199c87df87dfc4e5105a4321d3163 1,390 1.00/1.00 vMB 7
729,117 729,117 00000000000000000003db337181c61fefa2d185728dc5fd043cf3e4f5060b00 2,860 1.00/1.00 vMB 15
729,116 729,116 00000000000000000008c317184bc1abb14ac9a18d32b4690e9777d6e21372c7 1,021 0.60/1.00 vMB 8
729,115 729,115 00000000000000000002b4048c965b06cc2ccf1bdf48e7af099e427a9f0eb058 758 0.22/1.00 vMB 2
729,114 729,114 00000000000000000009bd2fd4c4ff029c87b3cd1870e5bc8bcf932a71bcc4ba 1,887 1.00/1.00 vMB 9
729,113 729,113 0000000000000000000582b09a44a8c6f7d42bc76d3f4bb3b67df5e55260e9f8 1,991 0.78/1.00 vMB 7
729,112 729,112 00000000000000000009f82bb6e23506e580f8b9a2d0735876136c5e6467ca24 1,632 0.51/1.00 vMB 5
729,111 729,111 00000000000000000007d61d1f6ee63e5f46df58384bcf9ff2bff39d4cc998f1 1,914 1.00/1.00 vMB 9
729,110 729,110 0000000000000000000318f39ba86c0addaab3ab46e2f1d8a27c10cbf6b6d4bb 1,710 0.85/1.00 vMB 2
729,109 729,109 000000000000000000062d38bf373bf1bad81aed7f6a37eef6fa18e251dd6e10 1,761 1.00/1.00 vMB 10
729,108 729,108 00000000000000000001272ac5fc9b0c74842aba6f2b1905a30b77addadc743e 151 0.07/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.