Loading Tool

Explorer IconExplorer

Memory Pool

88,775 transactions
33.68 vMB
0.14236377 BTC
Random Selection Loading Transactions
Max Size: 199.63/200 MB

Candidate Block

Mining Attempt ba89a96e5de4cf0b805ba0ef2b7aae275058dbe8054f6f49bbd184e3300de630
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root ab992901ad814e64b5c68ae9a74ca78c7b19ecf29b5d14d571ada4c71001376d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.05750084 BTC
Feerates: 469.97 > 5.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (419,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,804 495,804 0000000000000000003b752e07859995b2d012d32356a9aaa64dc50176786a8c 2,483 1.00/1.00 vMB 171
495,803 495,803 0000000000000000003f2425c715075fd86f05468f9314dcba00abb3bc297cc1 2,484 1.00/1.00 vMB 126
495,802 495,802 0000000000000000001b788f747db2ee469afd7c420346926c35f6c102994565 2,255 1.00/1.00 vMB 190
495,801 495,801 000000000000000000b80f69c7a3033c44e8fe42cc069cb7e5448cbcfbfea212 2,514 1.00/1.00 vMB 138
495,800 495,800 0000000000000000007b0f6a75a04fe969df85ca9a7c880f6ee4f1209aa30649 2,254 1.00/1.00 vMB 105
495,799 495,799 0000000000000000007e9c5404e0bb377fc0fbb16e3d790a0c7111091e94feb6 2,280 1.00/1.00 vMB 148
495,798 495,798 00000000000000000013541cd667a8c6c3ae9fce933c3a21a24af72b88c29c8d 1,539 1.00/1.00 vMB 139
495,797 495,797 0000000000000000005945b9f2dc788d7460b8010c4e142e2229f5b9c812414f 2,323 1.00/1.00 vMB 229
495,796 495,796 0000000000000000001a6cced56906f4d8e333cf770f25a7a308b0a9505faff6 2,385 1.00/1.00 vMB 279
495,795 495,795 000000000000000000b088885dec5ddfbc125fb9d3a0c822ef0647fdf3f3b542 2,006 1.00/1.00 vMB 237
495,794 495,794 000000000000000000c3ecdcc6117ff0dd5c648685cf575e7d3c9a7a4ef9dc28 2,669 1.00/1.00 vMB 252
495,793 495,793 00000000000000000056e89ff271b448351f17315d7fed70a9d08962350bbd92 1,805 1.00/1.00 vMB 59
495,792 495,792 0000000000000000001a293031e6012ca33f7f7dafa1e6614d681414740057a6 1,862 1.00/1.00 vMB 105
495,791 495,791 0000000000000000007c38b7b899cbf8cbe1e150ea9d981ccf3944d3cac6f5b8 2,732 1.00/1.00 vMB 145
495,790 495,790 000000000000000000c3dcbba7aac926d697b3cf45e91b1a0d148948cdc4c394 2,061 1.00/1.00 vMB 119
495,789 495,789 000000000000000000358b6656c30ea285fbadb934688779f7985519f59e5456 2,551 1.00/1.00 vMB 105
495,788 495,788 0000000000000000003b9d4d1e85198c1f6fcccc4ac64e9bdc3936169340284e 1,586 1.00/1.00 vMB 57
495,787 495,787 00000000000000000064c4b5ff0b2d1862bbc9a3a3793566b0c328fbf84afd3c 2,132 1.00/1.00 vMB 136
495,786 495,786 000000000000000000968de8909e01ad73793aedf50ed9bb9445dd5e8796e930 2,615 1.00/1.00 vMB 153
495,785 495,785 0000000000000000003850841943fe65abd0ce03303a80a7b856d1390de32a65 2,557 1.00/1.00 vMB 139
495,784 495,784 0000000000000000009da8136ff0251d7a9b0c623cf87b1e41da53956bd1837f 2,522 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.30 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.96 GB
    • Received: 14.56 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.