Loading Tool

Explorer IconExplorer

Memory Pool

43,568 transactions
26.42 vMB
0.05954089 BTC
Random Selection Loading Transactions
Max Size: 139.14/200 MB

Candidate Block

Mining Attempt 96de35d8f81431a610a8f13e2775046b9c6df55973649c5e3f5aaf4e3eb27ea4
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4cd9486c586b7e0be2ff8216024ee13624a59ac90e557071abf5d6323d7464fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.01122573 BTC
Feerates: 50.68 > 1.12 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (251,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,082 663,082 0000000000000000000d515e74bfc53afca957fa76594ee2e36b1ee9ee70dba9 1,408 1.00/1.00 vMB 108
663,081 663,081 0000000000000000000761adaea3cc748f546e0fdb4d36bd8c3f8dd1503610af 2,224 1.00/1.00 vMB 49
663,080 663,080 0000000000000000000b2a3e90a91aaf26a54ec6cb771bec314af6ed8b773a17 2,419 1.00/1.00 vMB 30
663,079 663,079 0000000000000000000a327b907c34747d0e2faaae9766eb402525616bbe9804 3,053 1.00/1.00 vMB 57
663,078 663,078 000000000000000000026851602ae7e0d29b5ae45c0f51d7cced413a1278aa93 2,447 1.00/1.00 vMB 39
663,077 663,077 000000000000000000004cb5613efeef3f6e352ebfae1b38fee98c10471c7369 2,831 1.00/1.00 vMB 63
663,076 663,076 00000000000000000004f191d093b00c93a42d8bca721d66cdf4cae74f667ff8 2,129 1.00/1.00 vMB 98
663,075 663,075 0000000000000000000a4c29130a3e4ecb6c54a448795df44b8adf454f47932c 2,962 1.00/1.00 vMB 103
663,074 663,074 00000000000000000004cad875c5522f923a0e64df5d8b448e64e73b2420f224 2,578 1.00/1.00 vMB 126
663,073 663,073 0000000000000000000e0f263d30c96eb303915e8dd76c6256feac1d3e1a5959 2,842 1.00/1.00 vMB 132
663,072 663,072 0000000000000000000997341bfb79e88be13d03ea9e7661272c0cee6247110d 1,678 1.00/1.00 vMB 108
663,071 663,071 0000000000000000000449feb09d3e4432b3ea581227afaf896c24d21436c9b5 2,058 1.00/1.00 vMB 132
663,070 663,070 0000000000000000000ec58511dc86d53c5b3eccdf8e4ee6281504be46f67982 906 1.00/1.00 vMB 14
663,069 663,069 0000000000000000000573f87688341f12dcc518d32cd92396eff7627f8f2e07 1,599 1.00/1.00 vMB 24
663,068 663,068 0000000000000000000080b4e5e59fb69e89fc3669627b1e69ba38b700d6d9b1 2,633 1.00/1.00 vMB 65
663,067 663,067 0000000000000000000b8937ca81c5e53e95477b4fb91f8fa8dedcd0fefb4733 1,010 1.00/1.00 vMB 25
663,066 663,066 0000000000000000000542f4eb7aa298f9395c2d59e852e642d0e53aa793ae79 889 1.00/1.00 vMB 38
663,065 663,065 00000000000000000006eba340cc7c6b5f6d97646cff305ab90c37ddfb25b403 801 1.00/1.00 vMB 25
663,064 663,064 00000000000000000006b970f1f881826836c830ae2271d30222fc730f6650c3 2,315 1.00/1.00 vMB 50
663,063 663,063 00000000000000000007b1cb5cc410b76b7488886d9a3c2b54464027bc93c069 2,135 1.00/1.00 vMB 7
663,062 663,062 000000000000000000062561bdeeba031db20bad1dd087c86b92867389799f6a 2,516 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.