Loading Tool

Explorer IconExplorer

Memory Pool

74,049 transactions
27.33 vMB
0.06487630 BTC
Random Selection Loading Transactions
Max Size: 166.92/200 MB

Candidate Block

Mining Attempt b0ad234cb07c424d5027f53de66f10779391d1210bc8acfb04013405c3fe9eec
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f859b9b0a6a54c99e3b68085d52fe7af3a3d18acef30d17c965168b19be6e354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.00684129 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (133,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,397 781,397 00000000000000000000993d88a50ca3430041e14a7e35e396cfcf397f348537 2,636 1.00/1.00 vMB 29
781,396 781,396 0000000000000000000214d8a18eebb0c40d1efe043e2fbb1d9eeee4125e74f9 1,681 1.00/1.00 vMB 22
781,395 781,395 00000000000000000002ecb05e05b8c35de6dd38d4476e05abce97cd9e51373a 2,184 1.00/1.00 vMB 40
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
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.