Loading Tool

Explorer IconExplorer

Memory Pool

76,228 transactions
29.69 vMB
0.09873335 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt a579cc433673beb91ee0a405a50b5f50a3c2d92900b664606086f88ffbd728d2
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root 62238871e3f70753203dc9da7297ea2e0c226568319c702c84eb117ddf7d5e68
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02933097 BTC
Feerates: 147.99 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (844,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,131 71,131 0000000000cece7e3389b6b059e2b22d5595aa1ae691f56ba58fedead04419f4 1 0.00/1.00 vMB 0
71,130 71,130 00000000002003c1449c7bfa4959316194d3bbbd58a38da48b39b44a244f4dc3 1 0.00/1.00 vMB 0
71,129 71,129 00000000010c407ffaf718c37f5b4fdb3486e8c950a14b62d6e3987dff8edcd5 1 0.00/1.00 vMB 0
71,128 71,128 0000000000178e44e07c454789740bde0a3cd9c46d9303f2242aa4666f553f3d 1 0.00/1.00 vMB 0
71,127 71,127 0000000000fbb1e56a0d63e783479fc68c96a5a875e96193bdd41ef800f4491f 1 0.00/1.00 vMB 0
71,126 71,126 00000000003560cf8a3b9c3d40933e7afcf798ecd35406bfa4e4b5c928fcccd9 1 0.00/1.00 vMB 0
71,125 71,125 00000000006deec580295a0533c33206e1732c41291613cb65c8a389a32a9eb4 2 0.00/1.00 vMB 0
71,124 71,124 000000000079ace1e8f53de284e802873791ce8c3dac997bc326945fc15ae3b4 2 0.00/1.00 vMB 0
71,123 71,123 00000000004eca756cfaad268a960133ced593a344bbda8dd89ea66787b5ebc7 4 0.00/1.00 vMB 0
71,122 71,122 00000000002c730cb6b9f06751955822064cc2d302a013b77c9e6e88844c480d 1 0.00/1.00 vMB 0
71,121 71,121 00000000004dfbf47c27cce4711c33a7f47e6b3d4a934bfd197ea928d9bc173f 1 0.00/1.00 vMB 0
71,120 71,120 00000000006299b26afa0840ba0082fa1a14faa25af148c95a7ba1deeef333b6 1 0.00/1.00 vMB 0
71,119 71,119 0000000000099d6d586b9757968b9478ff47c6ef239c408c485545e1e2686b14 5 0.00/1.00 vMB 0
71,118 71,118 00000000010041303eb5a17a1bf460a4abb8a35a67bff21d74336f61282dbd8f 1 0.00/1.00 vMB 0
71,117 71,117 0000000000e9e5c0f155e7c7c94cc30893bbd4518ff1c364eae36e2d8c64c83b 2 0.00/1.00 vMB 0
71,116 71,116 000000000104e0d8e3f9d24a7d2c028c57b747616720b7b0347082a8c605eec7 1 0.00/1.00 vMB 0
71,115 71,115 00000000002aba0a919b321ddef0976dedffc6d7b626f87697c53d7969856c6e 1 0.00/1.00 vMB 0
71,114 71,114 0000000000fbee3be752a97977750af986e8af496677b9dae74e554d7b9d66d4 2 0.00/1.00 vMB 0
71,113 71,113 000000000075a7a3700bddcce1b9409e19bda09a4a20404094ba855ca90ed51b 4 0.00/1.00 vMB 0
71,112 71,112 00000000005035877114e0bcfe17802a7a0d9413b289fa142a6e34c5ddb77cdb 4 0.00/1.00 vMB 0
71,111 71,111 000000000039a4cb2056e25794d272b6c7deca23ef4cc827f75f90bf55f24164 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.17 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: 748.35 GB
    • Received: 18.79 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.