Loading Tool

Explorer IconExplorer

Memory Pool

77,859 transactions
29.25 vMB
0.06327299 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 8168ac97a615426d29050a15ebdd96e1995a736e6b0a6ce607a54d39489dffc4
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root e4f19ec2b112fdd46010d6da09b881e63131d84e7c656b8af555c6b01acd1a97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,774
Size: 1.00 vMB
Total Fees: 0.00409708 BTC
Feerates: 76.27 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (792,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,032 122,032 00000000000003667f245259a93b6a73175159c62ad7a93aeb2bcb40caeb1a1c 13 0.01/1.00 vMB 91
122,031 122,031 000000000000883d84b0527b550e18dd8412635a580a2926ef5cc622e3391963 6 0.00/1.00 vMB 3,785
122,030 122,030 0000000000005c6d98990bed9f99410958fb7ec4760d0aebd45b5ed2a2d9d7c9 8 0.00/1.00 vMB 203
122,029 122,029 000000000000804596733b47ccf4c0cc144b170d3b4a9579052825747bc5c37b 11 0.00/1.00 vMB 320
122,028 122,028 0000000000008b5cd6c1e3f7933a958930001b34fcbe7d943e783f0160f74767 9 0.00/1.00 vMB 0
122,027 122,027 00000000000003fd67862b4585771df4e467cc5a10fd27a20e1bed9aea7d3d6e 18 0.01/1.00 vMB 1,323
122,026 122,026 00000000000015e56190ff2ab35a9ab598fecd14153d154c2c17baa9c3cd28d1 177 0.05/1.00 vMB 20
122,025 122,025 0000000000001e43444b1873ca24d965d7ee4d5bdf78a96bf2b8d4a62efa4317 9 0.00/1.00 vMB 527
122,024 122,024 0000000000008837cdcec2943313167e0d0e8022e881b6736c4bbf185067ad36 7 0.00/1.00 vMB 313
122,023 122,023 00000000000037914e8fe38c0a0a2bf6332db3c282c239d8d622b4f68f3e47b9 12 0.00/1.00 vMB 0
122,022 122,022 0000000000001d23d7a26b09f19288b2b06ef45edfbbb3acceda10748052933e 7 0.00/1.00 vMB 0
122,021 122,021 000000000000499adc9e78573b94b50411aea990ab51bf9bdb79d8fb08bfbecd 11 0.00/1.00 vMB 0
122,020 122,020 00000000000056dd4fa9545c3f907a87b2978b999803f90cb8323dc8e0e126cf 11 0.00/1.00 vMB 306
122,019 122,019 000000000000449857887020aa8851ba2567c21fdd6ec086c938a177f8b073c4 6 0.00/1.00 vMB 222
122,018 122,018 000000000000279caad9ad0a3b159f2dc628a7c4bd1649294891a2d60f419ac2 9 0.00/1.00 vMB 0
122,017 122,017 00000000000052871a67adb1971007eff6d031cf8bebaee2885f3e9f84a52017 39 0.01/1.00 vMB 673
122,016 122,016 00000000000084158cad1f248d9efa6c39f310f062820f828f4fd0196e788fc3 11 0.00/1.00 vMB 324
122,015 122,015 00000000000044ed726dc0c487cd69df71b807a793ea10731a23a80cac8a884b 36 0.01/1.00 vMB 2,594
122,014 122,014 0000000000009508c738a55b5af55048203f37484c02c4675618a3eef69f64f7 17 0.00/1.00 vMB 600
122,013 122,013 00000000000016ebf666752329ecb650dbe63c6aaa1b59e7bd888d68b59a14c6 10 0.01/1.00 vMB 158
122,012 122,012 0000000000008045fae56fc042668df0e6d2b142243e7e66a4d8f0de8f3beb30 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 665.28 GB
    • Received: 15.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.