Loading Tool

Explorer IconExplorer

Memory Pool

44,329 transactions
27.41 vMB
0.06425811 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt 52dfa54e7a85c58df8c8c46f4e850adae4c8a61a6fc7eb847bdbde8579c63f18
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root ac175e6fb0d998917ec2d7da1177c1f8b511b5ee63f69767905ad6d4937f7d24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.01271324 BTC
Feerates: 73.20 > 1.27 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (790,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,355 124,355 00000000000003ee658eb8352330ebeb3cb55bba73a7eca3da9000f13fd96e83 13 0.01/1.00 vMB 770
124,354 124,354 00000000000004d6fa12902a6598536b21d1322854416bd53abca35a22b6eda0 6 0.00/1.00 vMB 2,583
124,353 124,353 000000000000146fa47e8d8da1b65215803fb01dc1a91144ea636eb4397f3074 10 0.00/1.00 vMB 657
124,352 124,352 0000000000001772024a1708456ccf8e109f121a5abc464a476df8366bc789df 46 0.02/1.00 vMB 2,107
124,351 124,351 0000000000001380fe506e7988677665fa032fb6e1da7498399dec4526bf5d8f 11 0.01/1.00 vMB 439
124,350 124,350 0000000000000fe0d9e1837d3192d3e5329ca78799457e9beef198a34de9dc1b 7 0.00/1.00 vMB 1,871
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 3 0.00/1.00 vMB 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 28 0.01/1.00 vMB 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 11 0.01/1.00 vMB 837
124,346 124,346 0000000000001a25aeb5a56f400d7addd750f532a00771085a84d975550ef58f 5 0.00/1.00 vMB 1,477
124,345 124,345 00000000000062d73e786cce5b932acac6838a0fbfe587e5b0e4b7e76724edf6 10 0.00/1.00 vMB 491
124,344 124,344 0000000000001efc276efc15f211b87b43dc3310a70559665848ba68df29212d 10 0.00/1.00 vMB 0
124,343 124,343 0000000000003e98574430e3ffc99dcf64376e5f00f996640d9f270f7c13043a 13 0.00/1.00 vMB 216
124,342 124,342 0000000000003deb1cf01d4856fee42b8fa3cffc10d0543c43a7c2e78155e338 8 0.00/1.00 vMB 0
124,341 124,341 00000000000069e45cf9a7957e10f49dc122d53ea8c8e0cc773f6011a51b0e3f 21 0.01/1.00 vMB 385
124,340 124,340 000000000000146942cd990efd022ebbe3107208f408b8449377d3db14dc7cf2 1 0.00/1.00 vMB 0
124,339 124,339 0000000000001342a56493e65548c27f705b61ff0bccb28caf9d6bfa610c592e 45 0.02/1.00 vMB 1,147
124,338 124,338 00000000000055a5391cd79956430eecfcc0057ea50b871949383a84c1503e79 29 0.02/1.00 vMB 658
124,337 124,337 00000000000022896f7de329cd7e53a4c567ffc7ecac69641741c0c795ccf9ca 15 0.02/1.00 vMB 1,064
124,336 124,336 0000000000004e37b7176d8a589190b445d0cf5ac9211a4b7c1dca6aa943bb2b 8 0.00/1.00 vMB 658
124,335 124,335 000000000000683f6d548e86c44b95600f8fe9c8cac9e2cec22cb311adaa44ff 8 0.00/1.00 vMB 1,049
Previous 10 blocks ↓
Total Size: 782.26 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: 655.60 GB
    • Received: 14.34 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.