Loading Tool

Explorer IconExplorer

Memory Pool

30,671 transactions
9.74 vMB
0.16296958 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.49/200 MB

Candidate Block

Mining Attempt a80f75a0f31a762fc0bf4e856bcf54f7a3d1843ed1819af70b44833f195b6371
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 1b5a4e44133077f12b457e3b5351c427c55268f53713feec7e7ce38e0689f3ac
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.09040883 BTC
Avg Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (777,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,520 135,520 00000000000007f155425c81fba89fac60ff4c89e1c03ff1158dbb95b05bc2ad 0.05 MB 90 533
135,519 135,519 00000000000007cd9a93225eb947e35d333ae86cada71b522f61767badfeff9c 0.05 MB 101 323
135,518 135,518 00000000000004bedf20c7d918209da1fb00da105f272782a239a6f1033d15a3 0.00 MB 7 331
135,517 135,517 0000000000000522e8f129f74ab320fc4bd30dc5e2c562ec2b0d270fea29c033 0.00 MB 15 1,033
135,516 135,516 00000000000003df44e79c88e770faec8634ed64e4847e2640154296a7de4e49 0.02 MB 39 2
135,515 135,515 00000000000007e360d610dc8f502985218d92ad89284966092f73c12cce68d5 0.06 MB 88 435
135,514 135,514 00000000000005ddbe68f3c8cfa4b57c19e33ffa122b6ce2462a1c67f1552708 0.02 MB 38 359
135,513 135,513 0000000000000124f0a76973a3f3e818dff7a504846eb95b2e43b4071612e354 0.05 MB 89 429
135,512 135,512 00000000000001a490c7728d68a89fee805b8333d67fef03361c7ecbe48e914a 0.02 MB 43 437
135,511 135,511 000000000000076840eea2a36283aadbe4d783c866f44a672564da5d58016a41 0.01 MB 33 536
135,510 135,510 00000000000005ddc9f204f7163194bd40577e3e08381e41fdbccd335bcfabe7 0.03 MB 74 282
135,509 135,509 00000000000007baa6a54dbedf1d919c59e4a76541374f8c9858c23e4fc4a1f1 0.04 MB 75 320
135,508 135,508 000000000000010ac28a20cb9f1baf587bf7855d7023cf4e155b6a9fe8f25247 0.01 MB 23 664
135,507 135,507 000000000000062b707c7d72e9cc6febcb1b81c93f3cd440a528b9268466d808 0.03 MB 90 300
135,506 135,506 000000000000081e57e3568029465c2bbd1a645a3b0aecf0f7a4dd182b9355df 0.00 MB 11 323
135,505 135,505 00000000000004bc78220512abc46d56b0ee3d2696d2c5f6f53e389369125a8e 0.03 MB 65 300
135,504 135,504 00000000000008fe31017439fc482f53f3c9a879b00e9bb01413ffe861bd082a 0.03 MB 50 699
135,503 135,503 000000000000042f575cb5b68bafb14339e83fce99eda08e5c6fc35b38deed6c 0.01 MB 30 468
135,502 135,502 00000000000005a052c6501f1dcf26c025e3f48969c7a7a3cdb426ef72fa1392 0.02 MB 33 806
135,501 135,501 000000000000094a61e01d2545d7ea1275fcad177e893016fc26404fcafd9ba7 0.08 MB 180 249
135,500 135,500 0000000000000599a3a74d17b6c28e0608f33bf01c53ccf14e916e8ce88ed32a 0.05 MB 111 163
Previous 10 blocks ↓
Total Size: 778.83 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: 377.33 GB
    • Received: 3.40 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.