Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
28.70 vMB
0.09344239 BTC
Random Selection Loading Transactions
Max Size: 174.19/200 MB

Candidate Block

Mining Attempt 79dca1a4c6021d38c3a7d04345d90bf8e0e295ec52535da7224dfd6b791b5c17
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e60043707db2f0322947bcb41705324f5a34ee185aa0a17890eac2606780e8e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,995
Size: 1.00 vMB
Total Fees: 0.02701947 BTC
Feerates: 180.82 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (424,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,439 490,439 00000000000000000034ba35ff35244412bf76ed7aeb19f640eca12f5f5048e5 2,470 1.00/1.00 vMB 69
490,438 490,438 000000000000000000210a2e08213508083b36492e33dc15398be74fef378321 1,966 1.00/1.00 vMB 151
490,437 490,437 000000000000000000ddbaef1253877278db8f1236229471d70a0d541f3a2303 2,428 1.00/1.00 vMB 164
490,436 490,436 0000000000000000007994a71812a5b2e8c7e4bc2740c0a8b624ea7e360e62b6 2,184 1.00/1.00 vMB 160
490,435 490,435 000000000000000000dd697fe416df7331dc324de8ab137ce627fd34bf1fde2f 2,169 1.00/1.00 vMB 161
490,434 490,434 000000000000000000431982456c4001d2ae6e2a4347248afcf5ed5158aaba2f 2,231 1.00/1.00 vMB 185
490,433 490,433 000000000000000000d3d9fb692280fadbae43ff9b6cc399d133f05b95fa6b68 2,415 1.00/1.00 vMB 37
490,432 490,432 000000000000000000afdb07ef7f0e7b0de7df726016047533c0463193d81e2f 2,287 1.00/1.00 vMB 168
490,431 490,431 000000000000000000d0547b370b641d00904392c88f766e07817d0aa7f0eda1 567 1.00/1.00 vMB 42
490,430 490,430 0000000000000000007ffa93308180e052b99d537eb3746f4a7f4942aafd510c 2,453 1.00/1.00 vMB 142
490,429 490,429 00000000000000000011b07d90b24e74270a4d6d3d3c8f69358d078c5268ee76 1,699 1.00/1.00 vMB 94
490,428 490,428 000000000000000000e5d88136b224748dd309fed29e2f0b8f78869cb023d0bd 2,173 1.00/1.00 vMB 170
490,427 490,427 0000000000000000000dbf5b0edb276f020dea9b163eb1a21cef715873c7e303 2,317 1.00/1.00 vMB 158
490,426 490,426 000000000000000000ba66fe28d9545330e3c9c793ef5c500c9ee1c9586431ea 2,511 0.96/1.00 vMB 192
490,425 490,425 00000000000000000038eb7157e78df867bf828c980c869063c2a12dc5f06fdb 1,986 0.94/1.00 vMB 84
490,424 490,424 000000000000000000ca2257361123a2f97217a0d51198448c1c3ba045846f5e 1,524 0.96/1.00 vMB 96
490,423 490,423 000000000000000000ad51eb3baff75d63e00de42b86b07ac8e985c8d9a7cca5 2,209 0.86/1.00 vMB 81
490,422 490,422 00000000000000000075518cbe8c5797b3283b8884c46b9c48ce90f4cac9b7ea 2,329 1.00/1.00 vMB 134
490,421 490,421 00000000000000000023f3430e535e934cd6cf67d2af22d0f00337a88ad0f707 2,201 0.96/1.00 vMB 200
490,420 490,420 00000000000000000019dc6884f8a719df3c4daf55ab80a09b2c5ff5d762de17 1,471 0.51/1.00 vMB 112
490,419 490,419 000000000000000000e9d8da8e8f8f82b69c81a37bc06ef3627e1aed604f3987 2,028 0.95/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.