Loading Tool

Explorer IconExplorer

Memory Pool

41,628 transactions
29.36 vMB
0.07684939 BTC
Random Selection Loading Transactions
Max Size: 149.76/200 MB

Candidate Block

Mining Attempt 54e62417c396a69f2eb5c6064f536dd065c50fe93ab73a2f8eee99ffec9a456b
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root bf1e9370ed966f69457b76615f7fca3131fdf59180556e3fc14be24e0fb22923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,208
Size: 1.00 vMB
Total Fees: 0.01931952 BTC
Feerates: 100.21 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (324,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,354 590,354 00000000000000000011c340813b09af75e971e8913b04467f7b86d1525fd8cf 2,151 0.72/1.00 vMB 28
590,353 590,353 0000000000000000001ae76d05109fc96ddcc640ab93843f08eeb6e282baaa48 2,093 0.94/1.00 vMB 31
590,352 590,352 00000000000000000015cecef570776c81cba5c096da1a5bde8efe645a536485 378 0.13/1.00 vMB 6
590,351 590,351 0000000000000000000e7f38cf777029901f9a8b83466688d6e970a92c2c661c 3,078 1.00/1.00 vMB 20
590,350 590,350 0000000000000000000d238eda2707f2aecf409cdd1e593ba8c322d679569da8 2,748 1.00/1.00 vMB 28
590,349 590,349 0000000000000000001a6d6e0b8c99b1ea495ab2ac5b54168ebd7827f13767a2 2,019 1.00/1.00 vMB 45
590,348 590,348 0000000000000000000af138c9a1360a970e9f09c96b7c626660ba58c89aebdf 2,794 1.00/1.00 vMB 33
590,347 590,347 000000000000000000015e8ac9726a982efd5e4ebe9b087d3a2da52a408e0ffd 2,929 1.00/1.00 vMB 55
590,346 590,346 0000000000000000000f9e7b67fdbb70e73f96ed070c6142ee8a0f4d2b569e1f 2,044 0.68/1.00 vMB 28
590,345 590,345 00000000000000000008349e3fbc931da676eb189ad49a43babc0e56dccc083f 2,795 0.93/1.00 vMB 29
590,344 590,344 00000000000000000012881cc9e44509d536a622c91b2bef4ee56d268484510a 1,309 0.48/1.00 vMB 35
590,343 590,343 0000000000000000000d1536095d3c745e122475d30d70c967c863434739a0a2 1,753 0.55/1.00 vMB 34
590,342 590,342 00000000000000000007f87cedef894425c9f2b28e3e07dbe94304535735ecca 1,920 0.68/1.00 vMB 18
590,341 590,341 0000000000000000000c2d2c070abdb6b509b785e288f720081ba779fad51564 3,069 1.00/1.00 vMB 33
590,340 590,340 0000000000000000000eadb2dee2c8ccc35f10a358a50ddb22b98c9ce6aeead1 1,978 1.00/1.00 vMB 26
590,339 590,339 000000000000000000049a99ea11c567e295b4fe33e2b2f1c2568a532805af9b 3,015 1.00/1.00 vMB 63
590,338 590,338 00000000000000000019a9e92f7031214fc8d3ff688cf2cfa6075540c4d4d1b5 733 0.27/1.00 vMB 34
590,337 590,337 00000000000000000003d029fa1c01ca3b030c0c77edf0d7609259921362e99d 1,260 0.46/1.00 vMB 33
590,336 590,336 000000000000000000063a6c9d5352a69417cb5f1c8945caf25272a51d8090f8 453 0.15/1.00 vMB 27
590,335 590,335 0000000000000000000cdc9071530c0915d9854d994946f2c7143345e020c82e 929 0.53/1.00 vMB 20
590,334 590,334 00000000000000000006b5ad52078d5fb735239cff5deb69b344c83dfd6e1b53 61 0.02/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.57 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: 622.68 GB
    • Received: 11.37 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.