Loading Tool

Explorer IconExplorer

Memory Pool

82,510 transactions
31.14 vMB
0.11942581 BTC
Random Selection Loading Transactions
Max Size: 183.13/200 MB

Candidate Block

Mining Attempt caf0c602c4b65ef4854d5bdb7db101bbd88506e94f8f64f80be9ea639fc92add
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0407718f6962a4fcdf51f0d97a49d615f25bfe080aede8a5b1564062f8f659cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.04069419 BTC
Feerates: 150.77 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (424,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,996 490,996 000000000000000000e52efa04e1d8c3389579734a54c6b58995a9168ee7e656 1,515 1.00/1.00 vMB 79
490,995 490,995 0000000000000000000ac63e88dd487cac307fcddc072c4030143ae93dabdafd 2,024 1.00/1.00 vMB 83
490,994 490,994 000000000000000000ab04c169a9616395cf7a8ad32711c118bc20a8032de4f8 1,464 1.00/1.00 vMB 175
490,993 490,993 000000000000000000cbb4db09fb7de5b207bbc6cc0d72d9b8e5fb89c096643a 1,767 0.93/1.00 vMB 113
490,992 490,992 00000000000000000002253e935b27127fb0fa357f3c1f34bc274a975328ca5d 1,569 1.00/1.00 vMB 98
490,991 490,991 0000000000000000004d2a26745f2296f1c112f41c8992cea8b96d5ea5d878bb 1,544 1.00/1.00 vMB 24
490,990 490,990 00000000000000000009cfff40a0b9188605c23395548e187d61d6bc58aa8e79 1,561 1.00/1.00 vMB 60
490,989 490,989 0000000000000000005ec99e75049b13ef3199bee0f67d01ae30db84879b7412 1,811 1.00/1.00 vMB 106
490,988 490,988 00000000000000000002668eed3fd21c44348551ae928d4d3741030a48880c1c 2,378 1.00/1.00 vMB 132
490,987 490,987 00000000000000000021aadab52e2d4147fd4e6b997473645303f519e3cbc771 1,775 0.91/1.00 vMB 89
490,986 490,986 000000000000000000043657ba619fda275218e192e5d42d1da5ab474afd37c3 2,107 0.93/1.00 vMB 48
490,985 490,985 0000000000000000007027c5d7922b1fd56a9949d68e5d5a76f5e0fbb135899b 2,186 1.00/1.00 vMB 98
490,984 490,984 000000000000000000b8f98ee13ebcb772d81ce19b830b453faa9e9bf37e3797 2,602 1.00/1.00 vMB 170
490,983 490,983 000000000000000000b3d57c180068e897725afa11f6db5c38366ef46b670aff 1,545 1.00/1.00 vMB 91
490,982 490,982 00000000000000000074db9934112a4db14a7d5d98664af375b84d4996b1e376 2,405 0.93/1.00 vMB 135
490,981 490,981 00000000000000000093d2b9d11f19b4ff6ca1452d8a53f5a32ece466775ec6a 2,017 1.00/1.00 vMB 62
490,980 490,980 0000000000000000009e447c6328b9bc37797fa926c4a48fc0277df70660648d 1,519 1.00/1.00 vMB 53
490,979 490,979 000000000000000000910bfe42682bfc19bf0f62b0197af990e4b60d90ad6914 2,622 1.00/1.00 vMB 55
490,978 490,978 00000000000000000010018b90563836b587c136ccbd7f0f2b5fd14a405177c3 2,286 1.00/1.00 vMB 61
490,977 490,977 00000000000000000072d0b84cc3a93a6cc3ad19600a3cce0d32996af1e16658 2,279 1.00/1.00 vMB 92
490,976 490,976 000000000000000000465ea0a01710cd587b332835e23bc3c5023562674ef83a 1,889 0.93/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.