Loading Tool

Explorer IconExplorer

Memory Pool

79,751 transactions
29.72 vMB
0.08009019 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 71e6d75a6731b5662080dcb62b541f47ed2d8629bbe56d18584bed39c5f8acf4
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 (172,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,342 742,342 00000000000000000008b0d9412bc2652117dd12b667dff177193ede2dc278bb 2,716 1.00/1.00 vMB 6
742,341 742,341 00000000000000000002e31f19132053a63230e57dea072d61fc2d0b8a89d59f 1,679 1.00/1.00 vMB 10
742,340 742,340 00000000000000000004ed095d508c888ce5c30fe65954c302837fc4b5a8f91c 1,241 1.00/1.00 vMB 5
742,339 742,339 00000000000000000007b26c20057efcdb75c14b3d675d9976e66d8ff23b7cd8 2,600 1.00/1.00 vMB 17
742,338 742,338 000000000000000000056bb1449b82ee81bf782a89ceaa89e698edc76f1c564d 2,761 1.00/1.00 vMB 14
742,337 742,337 00000000000000000001616a3fb91033ff0bf3705e7c2efa54ba6784e353acf9 2,732 1.00/1.00 vMB 21
742,336 742,336 00000000000000000001e2e6ee944c7c5dc389a3c5999de0adecba24494845ff 2,141 1.00/1.00 vMB 27
742,335 742,335 000000000000000000050c26580af455fe7579f135cab64871bc06b399b91ef8 1,889 1.00/1.00 vMB 5
742,334 742,334 00000000000000000004f7a26a43212256890d94f1c47bcf22a5db9a647c3ac4 2,510 1.00/1.00 vMB 13
742,333 742,333 000000000000000000031336be5bff7acdbfe164366286d7d3eaf1888b5bbede 1,569 1.00/1.00 vMB 3
742,332 742,332 00000000000000000002da4f7d440bc0e448a6e2a07213b6044cd3c64e702969 1,782 1.00/1.00 vMB 9
742,331 742,331 00000000000000000000d4e73f1dab6b215d1ebb91e9e3dc7b7f207e41d516f8 1,396 1.00/1.00 vMB 4
742,330 742,330 00000000000000000008d6dc142ba9c0b1b0afc8e255696900e857d41501a505 2,835 1.00/1.00 vMB 17
742,329 742,329 00000000000000000001d0286d7446e0c261e9107072df66720da5955b234fa6 2,693 1.00/1.00 vMB 15
742,328 742,328 00000000000000000004a9465b0fb3c49fd69417b79c288c2324fdf43bd83657 3,003 1.00/1.00 vMB 25
742,327 742,327 00000000000000000001ac2fa7e0f6f3995586845e735f98cb5d408d53db2b37 2,020 1.00/1.00 vMB 20
742,326 742,326 000000000000000000043fd59de346b2898e4d39765f57b47cc31e2dd7b01502 2,369 1.00/1.00 vMB 10
742,325 742,325 000000000000000000063b7a90bc97dcf9efa8d08926c8c8046d7df38aaf9095 1,331 1.00/1.00 vMB 3
742,324 742,324 0000000000000000000653e034f0aebaa3baad510e19c0d0c09ee2bb99c65c66 1,533 1.00/1.00 vMB 8
742,323 742,323 000000000000000000025e45ecc6f9ce64f1488de2c3b53d95995dcbf8985782 3,077 1.00/1.00 vMB 16
742,322 742,322 000000000000000000012ef665c917556b5e46cd7fd8f6495e1f4637a6779e88 1,709 1.00/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.