Loading Tool

Explorer IconExplorer

Memory Pool

45,052 transactions
27.36 vMB
0.10358443 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt 6c2a0bacca8eae868e8a5d39379863073a743f6c3a55939efa7c1047ff5893fb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (427,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,839 487,839 000000000000000000661613343d0c13898262a89366182282e593d24f166814 2,159 0.95/1.00 vMB 121
487,838 487,838 000000000000000000fbda47e7ae4617d9443394f3d3cbf6d8fb430f3ccdd1ca 2,522 1.00/1.00 vMB 132
487,837 487,837 000000000000000000fc03e457f28eae841b442d763d9845800434d959bdfe8e 1,773 1.00/1.00 vMB 162
487,836 487,836 000000000000000000aee8b06c7a1a1ae41c51c2a921427caa2dff10474765d4 2,396 1.00/1.00 vMB 172
487,835 487,835 000000000000000000f63f907192710c8fc71adcaf8d6c5a7e362248eab83455 2,160 1.00/1.00 vMB 141
487,834 487,834 000000000000000000381e987c0f9d257a4f652d7b8cbaa48b72e48ef1a844c8 1,468 1.00/1.00 vMB 120
487,833 487,833 0000000000000000008231be9c3e599f03ed22850601b70e04b217d85c30043c 2,116 1.00/1.00 vMB 176
487,832 487,832 000000000000000000effae55e0d0c30e370f211466f32afb1b22137a0b9631e 1,701 1.00/1.00 vMB 144
487,831 487,831 000000000000000000c72014fbb4e188a9158c7db4263ddcefbcf0cc4605137c 1,361 1.00/1.00 vMB 124
487,830 487,830 00000000000000000049f71e36ff8349cbb4a7913e365952e449ac8f8795fff3 760 1.00/1.00 vMB 126
487,829 487,829 000000000000000000ae58be60de068e89ab8ba82950a405089106b6d44dc83b 620 1.00/1.00 vMB 121
487,828 487,828 0000000000000000002e1c464221fd2033c2b48c41cd0665013e73d7a8a07399 566 1.00/1.00 vMB 120
487,827 487,827 000000000000000000ee09b1a1865e98426693c978ded3e5593f7fdfb2d290a3 1,391 1.00/1.00 vMB 133
487,826 487,826 000000000000000000059e698624de8a12eeaad1d7a0db1bed888e262c848b14 2,199 1.00/1.00 vMB 156
487,825 487,825 0000000000000000001e95b345255ee3b933d3ced85f734edb3736b55876cc1c 1,725 1.00/1.00 vMB 140
487,824 487,824 0000000000000000008f134940c65d678c5f222e1853ceea377716e08040fb35 1,115 1.00/1.00 vMB 108
487,823 487,823 00000000000000000081eea5013aa4ea633feea78f975353b0329741827b5ae7 690 0.99/1.00 vMB 103
487,822 487,822 00000000000000000069e374cde352b6c1705b534c7bb6ce16e44cbaf7bee972 456 1.00/1.00 vMB 92
487,821 487,821 0000000000000000001f20bfc7890e5a1bcd5df0914770b8ae73a41640570a6a 1,371 1.00/1.00 vMB 118
487,820 487,820 00000000000000000086a18b6d817e8a3d3f75aa2330d3e777a4b285b3cddee3 1,466 0.98/1.00 vMB 86
487,819 487,819 00000000000000000019fec003e97f872c309e12e7a16c09e2818c1780f1a6c2 2,469 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.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: 653.50 GB
    • Received: 13.91 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.