Loading Tool

Explorer IconExplorer

Memory Pool

82,835 transactions
31.21 vMB
0.09630929 BTC
Random Selection Loading Transactions
Max Size: 190.97/200 MB

Candidate Block

Mining Attempt 0476e620f1b0ee2890200e84f3d3887986ff68eb50c35cc9c3abbd924ca07522
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root cd70e9f9822879fca3e69955bf27c437626745d0e6380e8e219dbf4199103a84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.02593380 BTC
Feerates: 100.00 > 2.60 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (133,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,394 781,394 00000000000000000003149b4b2521043fcb23b22ef19dcbbfcf1f5820d2c10c 2,594 1.00/1.00 vMB 21
781,393 781,393 00000000000000000000bfc9bb2cd6f079932aefcf776c1f1f48b49d164ad0e6 969 1.00/1.00 vMB 11
781,392 781,392 00000000000000000006671ae4d9fb4bbb19d71463697e05c3c32750f0db28fb 1,972 1.00/1.00 vMB 16
781,391 781,391 000000000000000000041d8fe667e403a806faadf4604bc1861b901fe291f61e 2,865 1.00/1.00 vMB 21
781,390 781,390 00000000000000000004da871351c425858764c4cb77763f1c9b02c9a7abd4ce 1,023 1.00/1.00 vMB 8
781,389 781,389 00000000000000000000e35c829a019c64e31f90c4f1ea4f2ef232fbea215374 1,259 1.00/1.00 vMB 11
781,388 781,388 0000000000000000000282084ff001bdc4d97de1039e114e3f7fcae6b86c7e8e 1,184 1.00/1.00 vMB 10
781,387 781,387 00000000000000000004a8b87f6ed10b83e9cf2c29f54f01c77e04394be6084c 477 1.00/1.00 vMB 5
781,386 781,386 000000000000000000015e1ec5332dcfc3e1558bcfe88d0e5304e6b351fd1ad9 1,967 1.00/1.00 vMB 11
781,385 781,385 00000000000000000004129839d5a244cee71566943b3974c2f7c3da175be18e 1,857 1.00/1.00 vMB 15
781,384 781,384 00000000000000000005cc02dece4f6b80b74f68e09f956c0d296a9f12c53519 2,509 1.00/1.00 vMB 19
781,383 781,383 000000000000000000029fbd584c422c3ac07169f8265926ddd182c5f572beb8 3,387 1.00/1.00 vMB 31
781,382 781,382 000000000000000000057438c5ed81ce70c7fbd62ad56c4a53c687e05c32539c 2,018 1.00/1.00 vMB 12
781,381 781,381 00000000000000000000a39a62d31c7f607c5dea0c79be3887613114b0c2ddc4 1,228 1.00/1.00 vMB 14
781,380 781,380 00000000000000000001e70176edcea7ac2cb2905e48dc61e7fcf6cca832b643 2,656 1.00/1.00 vMB 24
781,379 781,379 0000000000000000000170980ea021ec814378188bf8f2913cde13e1aac52e6d 3,427 1.00/1.00 vMB 40
781,378 781,378 0000000000000000000645dc10bb20089542e19fd747f747f10355b8ff02e3a1 2,156 1.00/1.00 vMB 43
781,377 781,377 0000000000000000000295aa871ba49664e9294a9bd6ab4b430764e6522bbb16 119 1.00/1.00 vMB 4
781,376 781,376 000000000000000000009326c57ac4050397e760607c66a7c119093c1213c709 1,928 1.00/1.00 vMB 15
781,375 781,375 000000000000000000037d2d4e5a6d637c364bf2d65c20bddde9ed67a36f3a2e 1,108 1.00/1.00 vMB 7
781,374 781,374 00000000000000000002830f93e5ee4c48234f99c7999efcb1e933d3ca568c0e 2,431 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.