Loading Tool

Explorer IconExplorer

Memory Pool

35,776 transactions
25.56 vMB
0.05728429 BTC
Random Selection Loading Transactions
Max Size: 130.70/200 MB

Candidate Block

Mining Attempt 92b9e11c16dd22324ed7899e17db8ea9cbf612762b07b7eb413494fc3e62bdc5
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 38c327545cd3c2cba97b4fd3d39bd5ad62db1611b4465e198bde59cd56a9a1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,902
Size: 1.00 vMB
Total Fees: 0.01042531 BTC
Feerates: 508.49 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (527,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,770 386,770 00000000000000000b2c33f5ea6010a986855c2f748ee8fa115e2dd3ad3044c3 1,525 0.73/1.00 vMB 31
386,769 386,769 0000000000000000089da11e91c6f190248d4ca6475e37c268c09dcf13f75f1f 385 0.16/1.00 vMB 27
386,768 386,768 000000000000000008c73ac74b2d706fba49a22d31ebd6feba4a68c6b53682af 1,231 0.55/1.00 vMB 33
386,767 386,767 000000000000000006c05edc642961557cb5e1d54d856716acf9fec6f9f921c1 417 0.16/1.00 vMB 30
386,766 386,766 00000000000000000224c926f83a2a57c4098dc3b46f52c8c1ae38acf7047b42 536 0.23/1.00 vMB 28
386,765 386,765 00000000000000000907ba686abb2af19f1a55a4b09c26dce9d5b0731d099671 1,010 0.44/1.00 vMB 35
386,764 386,764 00000000000000000071fb2eae42856878b8a7f54070420ddf1aa0465798ef27 1,542 0.99/1.00 vMB 21
386,763 386,763 00000000000000000026e9b6642d1654d944420376d8c9251eef24ab98d6fce5 479 0.22/1.00 vMB 25
386,762 386,762 00000000000000000d710801b6b71c19bd3d53f7663a2a68dfd323531eaad1ed 1,965 0.92/1.00 vMB 28
386,761 386,761 00000000000000000403b255a034ad117438b42f10631ceecc07ff6621d6dd20 3,147 1.00/1.00 vMB 55
386,760 386,760 00000000000000000b778022f8b74c5a1dad793f4cd96035749a894b3f229814 193 0.24/1.00 vMB 8
386,759 386,759 00000000000000000a5977bb82c5e5bb0191c6d42f08f64803b0b647173ea427 1,059 0.60/1.00 vMB 23
386,758 386,758 00000000000000000abf279dcb8c2f9710e2ff13720c199a5fdc692442eaeae3 2,974 0.93/1.00 vMB 44
386,757 386,757 00000000000000000757b1e92a07986ac7fb3f9ffe9974378beb1e87a6c857be 2,007 0.99/1.00 vMB 28
386,756 386,756 00000000000000000117b454cb2461c779d750b73e5dcaa40c2fd775351153ca 1,370 0.50/1.00 vMB 40
386,755 386,755 0000000000000000041a4c2e3016637810b79c41cc881ab18ed19f2a74d152f7 2,201 1.00/1.00 vMB 35
386,754 386,754 00000000000000000389d1c9640c0a2aff3374e9b23c64217c8af72dd8de4b8a 2,938 1.00/1.00 vMB 43
386,753 386,753 00000000000000000a9f1a3fcd7d2a3795a5a7886e7f76cba6a418604b636f7c 1,222 0.52/1.00 vMB 37
386,752 386,752 00000000000000000c2e01e9cf50e5c1da32813ad87eff4ff398383d97c64d79 739 0.32/1.00 vMB 32
386,751 386,751 000000000000000000cea71226159e9d03a0511c85923cca077014800c248e91 526 0.24/1.00 vMB 32
386,750 386,750 00000000000000000ae3c4cb8fd0a550c3870d4e4e299afd2afa35e2adb0a8f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.