Loading Tool

Explorer IconExplorer

Memory Pool

78,018 transactions
29.30 vMB
0.06373476 BTC
Random Selection Loading Transactions
Max Size: 176.03/200 MB

Candidate Block

Mining Attempt a511b3391eb8abb8d91cb64350e708cd2a2ec717ae00aec012d6608e66dc0f06
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root b7d903fc6b347d7286d04625ac736f5e92da7f6dc99cbcf9e95169ad17d6851b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00431076 BTC
Feerates: 12.16 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (317,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,454 597,454 00000000000000000000f618d7945a114dea1d174eafc4e95e5dfadad8c42e26 3,499 1.00/1.00 vMB 54
597,453 597,453 000000000000000000094bd5c81b6eda6242127addb0172fe951300700aae3ab 2,026 1.00/1.00 vMB 8
597,452 597,452 00000000000000000009b1075d619eec48cd28f3ac71da5cf905f69190d58561 2,746 1.00/1.00 vMB 34
597,451 597,451 0000000000000000000bee453696b7e1b3e230cc16d089b5cc9197fa631686ae 2,925 1.00/1.00 vMB 45
597,450 597,450 000000000000000000006fb0a2f1f5f24633eb7189e4976a72625836092f2869 2,768 0.91/1.00 vMB 25
597,449 597,449 0000000000000000000e791775423873f28a4e97677e08335eb51533f9939f06 1,046 0.27/1.00 vMB 23
597,448 597,448 00000000000000000001de5753c62d3a7943f1f1b9b526d8ec7bc00c4a9f1043 3,368 1.00/1.00 vMB 16
597,447 597,447 000000000000000000006d66ea76eb955fdf5f2232052aa19c8daa8d328a42b3 3,104 1.00/1.00 vMB 42
597,446 597,446 0000000000000000000280b8a509ad4ee7ec5c0affe14d84d1639f9d70a2e33b 3,043 1.00/1.00 vMB 43
597,445 597,445 0000000000000000001226d29a581b6318c005140a7377f5f35d94590c2f8f6e 1,613 0.78/1.00 vMB 5
597,444 597,444 00000000000000000014f4713cb2fa43eb33a085cb73f20d820a9678c28e19a0 3,112 1.00/1.00 vMB 19
597,443 597,443 0000000000000000000a49b2e80b0a1b735b2dcb8bbb5cf2d2067c607709c863 3,193 1.00/1.00 vMB 34
597,442 597,442 00000000000000000001ac931d8783356b55300a7022c3b6a115d69a26d9745f 2,839 1.00/1.00 vMB 49
597,441 597,441 00000000000000000001336ac4801fe3e6983d3287e302f28d9ff3c331184788 3,420 1.00/1.00 vMB 61
597,440 597,440 00000000000000000013329a29e4dc8598cae7b9911e0055a062f29426fc4ae7 328 0.17/1.00 vMB 28
597,439 597,439 00000000000000000001e9690c304d2325a0040711a43946efff1968a539ebbd 18 0.01/1.00 vMB 15
597,438 597,438 000000000000000000091c01c6cace3552c79dd90137e6f4b61fea7e1ce321b1 2,279 0.67/1.00 vMB 25
597,437 597,437 000000000000000000126f489c341a7fba2c94a9a34318ab627b72f9e73f730a 2,508 1.00/1.00 vMB 13
597,436 597,436 0000000000000000000b580d55dcc9e7acef1bc92889dd4c3dd54498c1a69bd5 2,616 1.00/1.00 vMB 26
597,435 597,435 00000000000000000008e370097e86a25745579c4918e10e07a69963b7f6307e 2,956 1.00/1.00 vMB 22
597,434 597,434 00000000000000000011b042897133a6569927339a5ed5a329f198df5578fa9d 3,505 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.