Loading Tool

Explorer IconExplorer

Memory Pool

41,944 transactions
27.62 vMB
0.07112843 BTC
Random Selection Loading Transactions
Max Size: 142.93/200 MB

Candidate Block

Mining Attempt 53760178315f19b8b49b43f581ac9b21e0f530e51c76af4780edc0e7d0fd2cd8
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 23a4e0f88ac8853e68c5df2f7a12ada23d0730679239b9a67f162b3f4278fb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.01643126 BTC
Feerates: 100.53 > 1.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (324,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,648 590,648 000000000000000000081e31d67859bd3617cc56aba0733c14f14882fe051240 3,088 1.00/1.00 vMB 30
590,647 590,647 0000000000000000000e45fb7017c72be4fc9ca5c4382c4f8496cc09bc98f694 2,849 1.00/1.00 vMB 37
590,646 590,646 0000000000000000000f5eb9361169fbe828bffd430686ac12592fd31221e2cd 934 0.57/1.00 vMB 5
590,645 590,645 00000000000000000006b976c0faec19771697b4632d61fccaf6314bf135a41a 2,858 1.00/1.00 vMB 8
590,644 590,644 000000000000000000180e4d901ccb03c0f59456812d2a145aa57f1f42924bea 3,396 1.00/1.00 vMB 32
590,643 590,643 00000000000000000001b68fbbf8f1bfa4d3ef98e1f2faa36182947a5eef88be 3,325 1.00/1.00 vMB 44
590,642 590,642 0000000000000000000291208f6424b514cbca32d6eb7db023844189708f0e4a 2,279 1.00/1.00 vMB 13
590,641 590,641 00000000000000000003ca0a620fd681b35e4ae296ad01194e63e1ec59c61dd0 2,744 1.00/1.00 vMB 27
590,640 590,640 0000000000000000000eb8766ea4be713f572703acdb0af5fbfa11963db05744 3,605 1.00/1.00 vMB 50
590,639 590,639 0000000000000000000ad5e672cfc03debd01b5ededae8c92dd08f044ace2b44 2,713 1.00/1.00 vMB 20
590,638 590,638 00000000000000000014f11cfa8f6e85ac2f940958eb726f2ac12dc4cc4a0740 3,351 1.00/1.00 vMB 29
590,637 590,637 0000000000000000001b79426bbe7d11803aca7368b73328e497674ddf3c73f6 2,716 1.00/1.00 vMB 48
590,636 590,636 0000000000000000001a0173fcced3f359c118b68bc02484543397bc8b1ff5a6 3,225 1.00/1.00 vMB 57
590,635 590,635 00000000000000000004fd728ff9c57a43be0c923d44a9dea4bb2e4ab4c9f0bb 3,252 1.00/1.00 vMB 51
590,634 590,634 0000000000000000000795b009fa0dcf1e77b20e7f5ff122d89556c302db560d 1,483 0.46/1.00 vMB 24
590,633 590,633 00000000000000000010bf0d1f9b3d6f1f0f6316fa8d3d499c5b3b1437591213 3,016 0.90/1.00 vMB 27
590,632 590,632 0000000000000000000fe8c21257dd8fd1ed4b4edabf26d69073d9a964141e6f 97 0.03/1.00 vMB 23
590,631 590,631 000000000000000000113c518cdcd51b91bc91689adb8cbf59c302c4a6f4b0fc 1,625 0.53/1.00 vMB 28
590,630 590,630 0000000000000000001ba03f19828b374e79e0b492877f0941ba78713ec7b288 1,506 0.70/1.00 vMB 28
590,629 590,629 0000000000000000000cb28a533d7418da2874dc7a840dadc284e65e58850fb7 2,454 1.00/1.00 vMB 19
590,628 590,628 0000000000000000001954d5837c83b7f55fe0b911ee9f0ee117c23ac8ec7c58 2,305 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.