Loading Tool

Explorer IconExplorer

Memory Pool

46,425 transactions
27.98 vMB
0.07555612 BTC
Random Selection Loading Transactions
Max Size: 147.22/200 MB

Candidate Block

Mining Attempt adeb31f2db4e556fca2bd7e32ec34845043b46c29143f4d5713a804c22a7cc3d
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 8b24e68b29eb35446818c997090567c73a2c8f315a79e3a2f75c23e108c79a5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.02218790 BTC
Feerates: 100.36 > 2.22 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (382,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,041 532,041 000000000000000000087d5e94eff43dbeed2c088659d5806f80df2ae106faa9 2,203 1.00/1.00 vMB 21
532,040 532,040 0000000000000000000ee2fc7b39d5151cd9f2745ec04467030a4b0074df37f1 1,475 1.00/1.00 vMB 3
532,039 532,039 0000000000000000001f8090836b3ce457703606556ddb710862b3fec5ac85e8 562 1.00/1.00 vMB 5
532,038 532,038 0000000000000000000f96e3493572823e3d19939c02a4a95daede4e5f34126a 2,518 1.00/1.00 vMB 23
532,037 532,037 0000000000000000000746dae2e2341c327187f741abeb20c30efb0ed4b2902d 2,452 1.00/1.00 vMB 19
532,036 532,036 00000000000000000006ffd2e1734a67ac07b181bf6b68ca3f7e382522cd8f36 2,373 1.00/1.00 vMB 10
532,035 532,035 000000000000000000212b6445dcc7e5ad1cb675ed9e2155c66017aabf54d42c 3,034 1.00/1.00 vMB 22
532,034 532,034 0000000000000000000b00202d136699ac708b3bbb3c8d6b8a50beaf9f805d37 2,258 1.00/1.00 vMB 19
532,033 532,033 00000000000000000017db571e8788537497a0da5a4b07d5a000775f140391e5 1,828 1.00/1.00 vMB 27
532,032 532,032 0000000000000000000b8122eb1790e0f413c4a01b815c33512f4e6238e9dc1f 2,895 1.00/1.00 vMB 8
532,031 532,031 0000000000000000000a1463071b61eaddfa29dad6b3d5632cbd730f62d36794 2,653 1.00/1.00 vMB 9
532,030 532,030 00000000000000000014fde5743ab94a64b9df9b09b7b059456c7490eb4298b2 1,750 1.00/1.00 vMB 12
532,029 532,029 0000000000000000002b41ba1a55ae3652ff57f9f8f9f72c46fcbbb4ce7fe319 2,387 1.00/1.00 vMB 37
532,028 532,028 00000000000000000000c056b26806e0b3c713bbef04a4095179efdd83afea6d 1,863 1.00/1.00 vMB 19
532,027 532,027 0000000000000000001bdc2220a3c45b4801e77eefd3d634d99056803a75d33a 1,103 1.00/1.00 vMB 36
532,026 532,026 0000000000000000001cab510968d691c99ee7dcff4f62d1bc58ddb2ad1bf255 1,827 1.00/1.00 vMB 55
532,025 532,025 0000000000000000001b80505bed7afd62def42b10a7398b60436f31ba308e6b 1,120 1.00/1.00 vMB 73
532,024 532,024 00000000000000000006aee13d224733aa752b9d762e9be7962b17d3be9cc4ab 77 0.04/1.00 vMB 36
532,023 532,023 00000000000000000000018ba128090ad6dd5fbcd9d666541f060c791f86ad78 226 0.11/1.00 vMB 11
532,022 532,022 0000000000000000002f1d643700a52c11ad386e63306c01eb36a52928b67e61 1,293 0.53/1.00 vMB 17
532,021 532,021 00000000000000000024a6cba372331b8b4fd8348123f4dd8c0f7a3f05de3906 2,101 0.77/1.00 vMB 24
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.