Loading Tool

Explorer IconExplorer

Memory Pool

74,807 transactions
28.74 vMB
0.09139296 BTC
Random Selection Loading Transactions
Max Size: 169.87/200 MB

Candidate Block

Mining Attempt ea94dc35cc366593e5ad4fda164fb34177499c2b78b1589502f5ca5957980e37
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 88fe25df0ab43f0d6b1f0975bea8254d4744323f97bc33587aa147b78d65bb78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03309790 BTC
Feerates: 201.37 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (517,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,510 397,510 000000000000000005e2c4921d0ec7b03a573c751f5a02587a6cb3c9711e2604 344 0.28/1.00 vMB 26
397,509 397,509 0000000000000000067cbae4874aab67b70b9982900aeccb2c8ee2cbea243104 500 0.25/1.00 vMB 25
397,508 397,508 0000000000000000049d6e2141f6effe534a40e6f2270442708c34a89625459b 1,326 0.69/1.00 vMB 40
397,507 397,507 00000000000000000004d0f3a3e99c5acf917ab35eecddf2f1c8c6d4e807c6d1 1,010 0.49/1.00 vMB 41
397,506 397,506 000000000000000003d3cabe3509e88fbc505d0ecb4ed186a6c4947368f7ff2b 890 0.68/1.00 vMB 16
397,505 397,505 0000000000000000049e418e8c03545f80f8b13e9a885b19116c4b440b2f83a8 1,544 0.95/1.00 vMB 27
397,504 397,504 000000000000000003b9aa7fce808adabcac67a21bd833c2934bd6cef3089d02 2,486 0.95/1.00 vMB 44
397,503 397,503 00000000000000000655496186aaa9d716696bca7dece42726bea861e0156a44 517 0.28/1.00 vMB 27
397,502 397,502 000000000000000003542abcf37a3b1cbf32ff5b7a20d4b59fd6fb0b38695ca3 334 0.19/1.00 vMB 36
397,501 397,501 000000000000000005fd9d7180ab515d3472e8ae454a1329ff5699c072312694 498 0.30/1.00 vMB 32
397,500 397,500 000000000000000000acafe1894685905465988539e835dc8b0c905d65efde3e 785 0.46/1.00 vMB 18
397,499 397,499 00000000000000000138b94a44c0e03ec40dff4fb34d00b83b01585ab51aad74 532 0.23/1.00 vMB 41
397,498 397,498 0000000000000000016ebe1dd784ff68cb1f2b4a83b48ea03446218afd54dca8 910 0.78/1.00 vMB 21
397,497 397,497 000000000000000001398628e57fc58233a87a14e96e27984e6f3728cc7a6419 2,434 0.95/1.00 vMB 38
397,496 397,496 000000000000000005b6494ba2f16528409a91527fc323e4adafa9a55e828761 2,426 0.95/1.00 vMB 42
397,495 397,495 000000000000000006c8e4231b174958162705b5f2dce16bb18fffdab8534372 1,205 0.58/1.00 vMB 34
397,494 397,494 0000000000000000052cf5672992a4aeaabd9b5973dd0a7332f3dd0dc70a1592 598 0.30/1.00 vMB 34
397,493 397,493 0000000000000000076d1b98c21d04e5284f4f9f4fdbefad1829d6f92deb9675 1,065 0.93/1.00 vMB 19
397,492 397,492 0000000000000000044a670539e95a7e8e8424f8dad66481140c4d0f806f9921 1 0.00/1.00 vMB 0
397,491 397,491 0000000000000000052c41ff018cd57c4366fa29872d66acab3a00f239db6ff9 2,054 0.95/1.00 vMB 37
397,490 397,490 00000000000000000337e123b043e77a97775e0ddfcbd5545270c1b00ef5d4f3 2,151 0.93/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.46 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: 667.88 GB
    • Received: 15.30 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.