Loading Tool

Explorer IconExplorer

Memory Pool

77,096 transactions
28.67 vMB
0.09401916 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 9ad52eff508a4e0301bb96eaf3fb5bcde43434ec137b90e9115acafe65d006b9
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (391,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,719 523,719 0000000000000000001e9f70ed9a3471cc12a44782f7767c54e975181e5dd3c0 1,411 1.00/1.00 vMB 13
523,718 523,718 0000000000000000003640344584f924e2dd863d1c37a9e85a19e82433e1f5d3 1,465 1.00/1.00 vMB 32
523,717 523,717 0000000000000000004287277790026edcb66f787737ed1bb58253dca3055ccd 1,786 0.91/1.00 vMB 25
523,716 523,716 000000000000000000427b1a82272132a0143b7d28e9e35c7a08073bab764d00 1,720 0.73/1.00 vMB 28
523,715 523,715 000000000000000000391ec77bf0f15f459336d2efd35eece855dee36170dee2 286 0.08/1.00 vMB 37
523,714 523,714 0000000000000000000f56ce43e94c53a60784bc52d7f5beb7606f2463bf81c5 1,589 0.60/1.00 vMB 32
523,713 523,713 00000000000000000000fdf5fceb54bfa6a30821f288c84d2e8aab60f1edde5c 1,346 0.54/1.00 vMB 27
523,712 523,712 0000000000000000002124f153b6e5377beed32c397714ad7207fc75d8e49120 444 0.30/1.00 vMB 9
523,711 523,711 0000000000000000003353bbd7b260a1415c5705ef3ff4a66ba325dd577d8c9e 633 0.32/1.00 vMB 30
523,710 523,710 0000000000000000004372bab97f16748bd1c8dda66fe00c4ea7c798d4ee25e5 416 1.00/1.00 vMB 3
523,709 523,709 000000000000000000098fd7165d3dcec76717192d16b3b3821b7c7c9f61e2b4 2,371 1.00/1.00 vMB 34
523,708 523,708 0000000000000000002c12b50affd5dceb4ed501eef18b9ce5d6fc60298b0515 501 1.00/1.00 vMB 5
523,707 523,707 0000000000000000001c5ef1729916864f6ca62b45327a144cc7aad983b5d8d1 1,485 1.00/1.00 vMB 22
523,706 523,706 00000000000000000009cf7180fb368dfc44b25543e101f9c074b8d7f5cb79bc 776 1.00/1.00 vMB 7
523,705 523,705 0000000000000000003af1cee4a87bbe06844e3eab5635d8d7b4ba4ff282a691 2,359 1.00/1.00 vMB 30
523,704 523,704 0000000000000000003361f1799ee33186fbe42ffde06fcc95208398584abbac 2,452 1.00/1.00 vMB 25
523,703 523,703 000000000000000000124ebd19f2e3e4436cf3720b3de551d06bf8f452093540 2,020 1.00/1.00 vMB 28
523,702 523,702 0000000000000000002b3b8f3c88eed929b3c979bbb48f9f30672a4edd8e95a0 2,631 1.00/1.00 vMB 123
523,701 523,701 0000000000000000001ec342e633d8122d8a1c16687d2abe8afa3396e188719d 2,762 1.00/1.00 vMB 50
523,700 523,700 000000000000000000424950ffb20146347f84ad6a39be23b411f273ab26aa14 2,652 1.00/1.00 vMB 49
523,699 523,699 00000000000000000027c20bb9c55ea0aa976b2f4024cf05d25cf2e908f7b89b 2,750 0.99/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.