Loading Tool

Explorer IconExplorer

Memory Pool

46,532 transactions
28.01 vMB
0.07602471 BTC
Random Selection Loading Transactions
Max Size: 147.39/200 MB

Candidate Block

Mining Attempt 517c453ad146af2d0c6bedef1ec7b6187b457c444a2812233f58c8994b8c0106
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 91734efee0a3ad6fb575029e8d5a8749638c07d460795c34ec09e183864a0b72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,201
Size: 1.00 vMB
Total Fees: 0.02241706 BTC
Feerates: 100.36 > 2.25 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (316,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,822 598,822 00000000000000000007fe9abeb1de78574d92d60127ee804046c2998e19fcd6 2,290 0.59/1.00 vMB 12
598,821 598,821 00000000000000000010e81fe12b266ab85bfb9210608d562a9c10b66cee72a9 360 0.09/1.00 vMB 14
598,820 598,820 0000000000000000001012a59aab8a200de211f89e50eb9dad7ea4f6925cebba 1,972 0.56/1.00 vMB 18
598,819 598,819 00000000000000000007e11b23a8e1d1956302d2d5714d4b5a373e83c8d73541 1,282 0.34/1.00 vMB 18
598,818 598,818 0000000000000000000950639947688d2ebcfff715dfcb1e0c3bbef1e61b82f6 3,852 1.00/1.00 vMB 9
598,817 598,817 00000000000000000009afa6e6bb5869edd0d8781d7e3668b25dd5c527766123 3,173 1.00/1.00 vMB 29
598,816 598,816 0000000000000000001113c5a4a6db6e966531c087f084e4fbc5e668a6d7945e 380 0.10/1.00 vMB 20
598,815 598,815 000000000000000000007c37113198140c619a4767f9e48ae3010dd92dcb27b3 218 0.05/1.00 vMB 27
598,814 598,814 000000000000000000047772b5faf31db6117b23b1cbc9527d0d9e79c00b8744 2,167 0.58/1.00 vMB 17
598,813 598,813 000000000000000000017f753867651d6484a67b839a505c51455d9c15e069ae 2,684 1.00/1.00 vMB 26
598,812 598,812 00000000000000000011da782a7a047aaaa2359f7b551d226f83171d31b66849 2,128 0.61/1.00 vMB 16
598,811 598,811 000000000000000000018fccc67799c8dbcc4ab49a9945eaf69fc585c89354ab 393 0.09/1.00 vMB 26
598,810 598,810 0000000000000000000514ebd5796f9612ad6f50ff2cd5be8d8d4f23051bb415 2,605 0.68/1.00 vMB 19
598,809 598,809 000000000000000000015d9a789b21bcdf33e592709e2176fcf55f13ca2838f1 3,132 0.92/1.00 vMB 8
598,808 598,808 0000000000000000000314b28877ee94012e8f39c1cb5152e8371bcbaab29bf4 3,283 1.00/1.00 vMB 27
598,807 598,807 0000000000000000000f3f8e29b42cf449f03930d215045b83415633119cbb61 3,293 1.00/1.00 vMB 24
598,806 598,806 0000000000000000000c3cd7fd4a5198fe0865f720ac3a98ad8ec70ad6e1ed59 1,963 0.65/1.00 vMB 2
598,805 598,805 0000000000000000000093919e58b3c781cebe7e558c219243bf2d6d42e83026 2,809 1.00/1.00 vMB 30
598,804 598,804 00000000000000000001cf42a0711a90ac59a670a1a0ad9407de53cad02d67e3 764 0.20/1.00 vMB 21
598,803 598,803 00000000000000000006788e404bd583939d989c4a118f6e4a157b1d2506104c 1,319 0.42/1.00 vMB 18
598,802 598,802 0000000000000000000226bee5a2dc6f0711d167b2e8a8d1283b92f208ad0f5e 1,441 0.46/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.