Loading Tool

Explorer IconExplorer

Memory Pool

39,394 transactions
26.32 vMB
0.07984291 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt edac398fb8b0660405f695f9913fc26ce656d0a2e9639ed9cde3e17c15c3085a
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root a3c9eb1f1c297e1cc627a32a2bdecb5bf9a20a0b6ab862354068ebc227c0425f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,183
Size: 1.00 vMB
Total Fees: 0.03152877 BTC
Feerates: 502.65 > 3.16 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (334,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,457 580,457 00000000000000000015fc856bea814818b867c76de4ea0591d008bf5bf0ad73 2,009 1.00/1.00 vMB 86
580,456 580,456 0000000000000000000865a4a6317158b78f1243b308ce7602effef705704e81 2,800 1.00/1.00 vMB 107
580,455 580,455 0000000000000000001082d00003651b1dff30edaf12d82eff951106e4e95948 3,155 1.00/1.00 vMB 36
580,454 580,454 0000000000000000001287f2273a4379809bf45bfb87c1806cbb215062314afd 2,528 1.00/1.00 vMB 82
580,453 580,453 0000000000000000000e62563222bfa699cd9a2ef02716cb315a6a4399ec8ea8 2,806 1.00/1.00 vMB 106
580,452 580,452 0000000000000000000a8b4311ef6f08cfbc6e951ae49eea5de285b8094287a7 2,063 1.00/1.00 vMB 45
580,451 580,451 00000000000000000004486e67073f99d98054ff53f83c4ec537f35d2291b61b 2,749 1.00/1.00 vMB 102
580,450 580,450 0000000000000000001f4da281d12799b92a8d88622d7f33ad8f2fa722cffb08 2,880 1.00/1.00 vMB 72
580,449 580,449 0000000000000000000be4e9525d8bfc8544226aecc43ebf9e4c280b3ab71e16 3,715 1.00/1.00 vMB 96
580,448 580,448 000000000000000000241e8309e4cec06f1b555f5b8fbbef19a78f5d805b634e 2,882 1.00/1.00 vMB 34
580,447 580,447 000000000000000000231e434ce8d7d51e1b7470afee36be47214c605be3cfec 2,746 1.00/1.00 vMB 9
580,446 580,446 00000000000000000011879a4d1749f030e554d2483bd767a51762b379ee662d 3,057 1.00/1.00 vMB 37
580,445 580,445 0000000000000000001beae6d9089ca6f477ac7dcc7fd69c83dfc9b8bf27ba92 2,710 1.00/1.00 vMB 58
580,444 580,444 000000000000000000012c894365a777fb9d2a2d18269ee8d0f872ba72a95a59 2,651 1.00/1.00 vMB 32
580,443 580,443 00000000000000000001e03076bb1444058f13a11b5bf0da8ae43e0294975b31 3,072 1.00/1.00 vMB 71
580,442 580,442 00000000000000000012def457e10b4d466020239a6ccfd49c53a6d3681bad3c 2,789 1.00/1.00 vMB 95
580,441 580,441 0000000000000000001d92a91292bf40ca0939c0368e8418aaeabb8bc7cdae6e 3,169 1.00/1.00 vMB 80
580,440 580,440 0000000000000000000bfc5c8ecfda567e0e30baa84ac614404f447e9efd50c5 2,237 1.00/1.00 vMB 97
580,439 580,439 0000000000000000000104e5800f4ea259c5ab92a18e15320d8879d6c9e09e5b 2,380 1.00/1.00 vMB 111
580,438 580,438 0000000000000000000d6c192364455df454b28b961d7cb877754e793cef185a 2,775 1.00/1.00 vMB 126
580,437 580,437 0000000000000000000bd68725f1ec180cc40f6ab3292ae468af6fb0c02f5de4 2,487 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.