Loading Tool

Explorer IconExplorer

Memory Pool

79,475 transactions
29.23 vMB
0.07486994 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt bdab7ceda6bd2a9c5f4e1994bbe71fd782bdeac4835f5e0148341ac92b302663
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 617bb262a946b12026d6b2a54abe2145277dab4c354a3601d8cd6e0e32d3542c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,178
Size: 1.00 vMB
Total Fees: 0.01361446 BTC
Feerates: 74.86 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (436,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,448 478,448 0000000000000000002ac43ba87759230f0512d4f856bc2f1a9ecbe715735695 1,748 1.00/1.00 vMB 174
478,447 478,447 000000000000000000323ad377cd3755f4d702c014b9f66b33825e04b6be7888 2,082 1.00/1.00 vMB 211
478,446 478,446 000000000000000000e5349e7aa1e8f7054d1ab43f6863a41c7c47bebe9720f4 1,693 1.00/1.00 vMB 137
478,445 478,445 00000000000000000111ba6288e68fba957fc6c8d3353c36df4dba8ab4113826 1,049 1.00/1.00 vMB 123
478,444 478,444 0000000000000000013515ba5cec46ba69971b8036dbd4b5d5cbd65e5aeb260c 1,371 1.00/1.00 vMB 125
478,443 478,443 000000000000000000488fd94ac1de5ecbfd927be2cf17660b2ebc25e08d1144 949 1.00/1.00 vMB 121
478,442 478,442 000000000000000000552029cc6605e13b190361b92d845d0fd6b61bd4e5029f 2,263 1.00/1.00 vMB 211
478,441 478,441 00000000000000000019f9db0c95930610340716d6893871c9ebfe475ee18d1c 1,849 1.00/1.00 vMB 168
478,440 478,440 0000000000000000011c55cf52e13a4e31ab68bf850876db92b1ae2c86c14b3c 1,842 1.00/1.00 vMB 190
478,439 478,439 00000000000000000136ac5e57f1567532cd2f06b94f0651f2db4b2a0d6f37dc 2,210 1.00/1.00 vMB 190
478,438 478,438 000000000000000000af5252fe239fa95d828de188f037af4807871a867b0826 1,993 1.00/1.00 vMB 207
478,437 478,437 00000000000000000115d2cf90132a5b8202b47aabb0a356a3ad2c935a432503 1,511 1.00/1.00 vMB 132
478,436 478,436 000000000000000000e5ce9f22e5a7fac92f0b36678b4acc2bba5af1ef2a8785 2,171 1.00/1.00 vMB 136
478,435 478,435 000000000000000000811f6745b7ab0bf02818e8de10ce74f9c6c1729fff5d7e 1,899 1.00/1.00 vMB 148
478,434 478,434 00000000000000000073c832469cad3240bdd29198996ee729206b9f3c8c0b06 804 1.00/1.00 vMB 161
478,433 478,433 000000000000000000da90e32d804b85f1709f02c38eaf47c0f4420531729d86 1,652 1.00/1.00 vMB 179
478,432 478,432 00000000000000000069742df7efc278565443cbca301409221acdc5fea63c08 1,530 0.99/1.00 vMB 200
478,431 478,431 000000000000000000881e1c5892022a4c49e7fa6a9be568cebc4f13990746aa 3,249 1.00/1.00 vMB 258
478,430 478,430 00000000000000000009e1d224980e8a1d795e41299eaf4101ca72797972997b 1,698 1.00/1.00 vMB 135
478,429 478,429 0000000000000000006bb6905d5b4591627ba684a0dd0cc6ce14fcf68faa5e48 1,332 1.00/1.00 vMB 145
478,428 478,428 0000000000000000002611da28c1df999edd560f3218e99ff55a305ebd23db62 1,865 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.