Loading Tool

Explorer IconExplorer

Memory Pool

41,472 transactions
27.50 vMB
0.06820361 BTC
Random Selection Loading Transactions
Max Size: 142.23/200 MB

Candidate Block

Mining Attempt 882f523c218de059344f7090a8931529fb85173f8eb8a2e2e7505de99745e94f
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root fa400d1948de90663cc25ea1d3979c28f8b87530c86629ae6eaf96d8e3349ac7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.01456696 BTC
Feerates: 100.53 > 1.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (426,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,483 488,483 0000000000000000003fbd57fdd796b51a16271c2a9f9ad6e506e6bc16beaa6b 2,041 1.00/1.00 vMB 93
488,482 488,482 000000000000000000cd3e0c3733e360b54866153e60c72bfe4c4e837aac1b77 1,113 0.54/1.00 vMB 85
488,481 488,481 00000000000000000009ae7a3cc314fa69be812e22d4c8034c5ab77f15ba7b5e 1,741 1.00/1.00 vMB 6
488,480 488,480 0000000000000000009c2495047925bea4529a1ffc5821e166cee6c4924a92b5 1,914 1.00/1.00 vMB 63
488,479 488,479 00000000000000000045776943387165b788a1795b516f2f3a35d8d2b0306331 959 0.35/1.00 vMB 174
488,478 488,478 000000000000000000b05e4a5622995b2425e2f0c78dc2b2a1fcf25db0fd368e 1,975 0.96/1.00 vMB 125
488,477 488,477 000000000000000000ccb2d05f2282d9ec7d9de9674d08ab785e3a3a0d0e6d8e 2,342 1.00/1.00 vMB 12
488,476 488,476 000000000000000000820f73842fafdc75704281d5a63640dec3ee65422b8986 1,416 1.00/1.00 vMB 66
488,475 488,475 00000000000000000023a541162b9314f097e55bfa8cda5754447ab150e2cf2c 720 0.37/1.00 vMB 149
488,474 488,474 000000000000000000535cfd0214d7258e852f493a7afc1206f7e61d4ac3b9ae 1,971 1.00/1.00 vMB 126
488,473 488,473 0000000000000000007e8a29f052ac2870045ae3970270f97da00919b8e86287 1,338 1.00/1.00 vMB 96
488,472 488,472 0000000000000000004b9440cf8ac0b0e6e3efcb2f939d58b5c20c860846e6aa 752 0.98/1.00 vMB 65
488,471 488,471 000000000000000000af7d4d27494b81297fff03094df50e8d8b734be434db9d 1,676 0.96/1.00 vMB 75
488,470 488,470 000000000000000000f6af507822a695390bada30cbd0c517c12442effb277af 2,147 0.97/1.00 vMB 33
488,469 488,469 000000000000000000a738e54372200b63c50d5ae5aaa614c22a6dadef67d489 2,058 1.00/1.00 vMB 119
488,468 488,468 0000000000000000005df492a06848d599f78d93c0e5305313d3fb5b64567d05 2,589 1.00/1.00 vMB 196
488,467 488,467 000000000000000000d36b55c14e5d214b5d923f9020ef945be95f9780981f5a 2,216 1.00/1.00 vMB 96
488,466 488,466 000000000000000000ed3e51d24ea17683671d046e7b92f4e68449c630a89f9f 2,127 1.00/1.00 vMB 66
488,465 488,465 00000000000000000058a2ff0fb01cc66a5de23f02af201f4e39791ae635d5cd 1,859 1.00/1.00 vMB 88
488,464 488,464 000000000000000000bfe69f48d8706b5636f04b5fa2d5600ae7b90db2bac5cf 2,437 1.00/1.00 vMB 188
488,463 488,463 0000000000000000001f2dcab4f6a0966ef10e4f6440795ec144299c64d57b78 1,788 0.97/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.22 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.