Loading Tool

Explorer IconExplorer

Memory Pool

53,646 transactions
31.45 vMB
0.10604323 BTC
Random Selection Loading Transactions
Max Size: 169.61/200 MB

Candidate Block

Mining Attempt 1d3b60862267956a534bc879516f45c98881de0e9ab7ce0f5c566bf1739514d4
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (191,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,464 723,464 000000000000000000020e9957923c4cee48d21088e1669ffa2d00d28c3fe8c1 2,246 1.00/1.00 vMB 15
723,463 723,463 00000000000000000009923c8dd10276b421c87ea6314d44dcb07ab0593c960d 1,446 1.00/1.00 vMB 6
723,462 723,462 00000000000000000004fcce165978b356308d1ea100f6e887cb4f8465071d9e 1,428 1.00/1.00 vMB 10
723,461 723,461 00000000000000000005e35b9a21d532cb12391e36fd0054d298eaf31be37aae 1,575 1.00/1.00 vMB 10
723,460 723,460 000000000000000000065f1788418eef30a1e71817d49e8df1b1a514c528571e 2,582 1.00/1.00 vMB 8
723,459 723,459 000000000000000000054a766b2e475d9b473e7095bee3ff14c15456fccfbe2a 2,933 1.00/1.00 vMB 12
723,458 723,458 00000000000000000008c10bdbeb23302306b09a44af7b781c79cecc63e452f4 817 1.00/1.00 vMB 9
723,457 723,457 00000000000000000003c75ce11f2d2fcd1f05fe353d3858f529ffcc773d184e 237 1.00/1.00 vMB 6
723,456 723,456 00000000000000000000af96c1225a01b1f85a9519c974dc9a16a7df5c17e4a8 496 1.00/1.00 vMB 7
723,455 723,455 00000000000000000007d8f5ee52464a5ef8e3524af2b3a80530e3385c230742 2,596 1.00/1.00 vMB 8
723,454 723,454 00000000000000000007553e3266b872ece1d49fbfd23d8acda89ee89b497c0c 2,967 1.00/1.00 vMB 12
723,453 723,453 0000000000000000000241ae5e89cf15c4721f191137432f8807c6e43c2b4904 2,940 1.00/1.00 vMB 20
723,452 723,452 0000000000000000000482f61a98c5a35037ea221313c2c089beb8b9ba20702a 3,031 1.00/1.00 vMB 14
723,451 723,451 00000000000000000006b211d22bddb412fce2c8d81cc678e28cca5df26aae07 1,423 1.00/1.00 vMB 10
723,450 723,450 00000000000000000003c98dd3722fce67e4428bda278247ef265c582fd00aee 1,273 1.00/1.00 vMB 10
723,449 723,449 00000000000000000009eb46d015618f3e8f52ca2e88754efb20c8898150ec7d 1,212 1.00/1.00 vMB 9
723,448 723,448 000000000000000000093efc1ec979181ad408f1a9c9e40b4f2c95df324ee478 863 1.00/1.00 vMB 9
723,447 723,447 00000000000000000007c6603a3c40f48206a60d2c62c533a5de06131eda6694 1,955 1.00/1.00 vMB 7
723,446 723,446 0000000000000000000781cd76ec4520913b061e99acc49b001ec7a8aada38f0 3,017 1.00/1.00 vMB 18
723,445 723,445 00000000000000000001e95b74e778b898f127bf8a80f4336b45196cf741ce23 384 1.00/1.00 vMB 6
723,444 723,444 00000000000000000001c28cd76c91ffdeabaa7cc8a995f2a7d89cf220b097e8 1,228 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.