Loading Tool

Explorer IconExplorer

Memory Pool

32,567 transactions
26.10 vMB
0.05134645 BTC
Random Selection Loading Transactions
Max Size: 130.38/200 MB

Candidate Block

Mining Attempt 5f6da1a335ea244dce120e63fb84f63e512d7f96d5a5f78a4e2c9fc3e8c282ce
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b927cc8199310ca1a14b6167bedd9e937cf13a579c47ad207f5e5853cfac29e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 180
Size: 1.00 vMB
Total Fees: 0.00319269 BTC
Feerates: 25.17 > 0.32 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (527,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,454 387,454 000000000000000007fc914ea7c0871a2d07bb92362075e60c587c0545e8b2c9 1,825 0.83/1.00 vMB 32
387,453 387,453 00000000000000000c737114c1d2752b6d590d1bf152f76784e764fda7c1814b 2,334 1.00/1.00 vMB 38
387,452 387,452 00000000000000000a6d9f0d958e361e3d471db01d80c0a52dcdcd693eb83204 517 0.30/1.00 vMB 23
387,451 387,451 00000000000000000be51260a27ed61a014acef8835997bf8344ea812cfc8fad 2,091 1.00/1.00 vMB 31
387,450 387,450 00000000000000000cb689d18c4cd7fb4e8b63903d3969b0f7704eae0f420768 276 0.15/1.00 vMB 21
387,449 387,449 00000000000000000a211ac43ae7f1f449e5b008d2d81d0a7784ee8a156ca2cc 1,094 0.44/1.00 vMB 30
387,448 387,448 0000000000000000075a9554fe4c22685e2e628d69dfdad3251f7c9e77aca441 936 0.45/1.00 vMB 31
387,447 387,447 00000000000000000133b797b2280fca6277e2048b49bd95f45a5353b789c5eb 493 0.26/1.00 vMB 28
387,446 387,446 000000000000000007344051ab859d94e981a4e551e376ad96fad8a99d14e43b 1,576 0.99/1.00 vMB 22
387,445 387,445 0000000000000000082e9bf61779478c7596f3d04d1ef40578b6c0f76fbebf7e 546 0.50/1.00 vMB 17
387,444 387,444 00000000000000000964df517ca4a27b1b8113cd680f5ea5c84acd9b12bcbd0d 350 0.18/1.00 vMB 27
387,443 387,443 000000000000000009821d79f10d4d15827419addd1db411883bae8e45b4e347 2,229 0.91/1.00 vMB 36
387,442 387,442 0000000000000000097ef5bdf885cddfc34e110dd8cc984aa6a700fb1639f94d 593 0.51/1.00 vMB 18
387,441 387,441 000000000000000004bceb59c97c6555bfb53f4b0150892ba291f178551455c8 2,075 0.85/1.00 vMB 37
387,440 387,440 00000000000000000d3dd57a2840d15f7d98500c2aad52d0c5e5dbde05d5d4e9 1,454 0.70/1.00 vMB 30
387,439 387,439 000000000000000003e98e022c09c263e6b28f79cbc973a094444f649bbe4bcf 948 0.65/1.00 vMB 21
387,438 387,438 000000000000000004ac709c6e5c8474b30d46460a61a5f9d9977eef427211eb 1,433 0.54/1.00 vMB 41
387,437 387,437 0000000000000000001a1a0db7574ded853742009949f4c4efc55b34e4fe1bf1 294 0.15/1.00 vMB 31
387,436 387,436 0000000000000000087bf22c5f94b4173198c01db548109b5412838ad0cdd638 734 0.42/1.00 vMB 34
387,435 387,435 00000000000000000109832d4e799505f991900743ecc06c266ca5646e5022c8 455 0.24/1.00 vMB 24
387,434 387,434 000000000000000004b84b9a0e8d6007171ed62996ec7bedce98780fe6d5692d 673 0.81/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.76 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: 632.12 GB
    • Received: 12.09 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.