Loading Tool

Explorer IconExplorer

Memory Pool

46,052 transactions
28.53 vMB
0.07584292 BTC
Random Selection Loading Transactions
Max Size: 151.61/200 MB

Candidate Block

Mining Attempt 2a98ff609c2447ba117eb5edcc3bcf9c67a6d001efb6a1a40ae305b07458e2ae
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (456,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,456 458,456 000000000000000001f349a1c798bb508ffad609f1c289bda23588eb95ff39ff 2,426 1.00/1.00 vMB 147
458,455 458,455 000000000000000000e01ee058adf3349bafb811e5da8cc7c98a133e1b33ff3b 2,191 0.99/1.00 vMB 177
458,454 458,454 000000000000000001cd1eb9ff1076f93a17cf869dc05eca474e72407293d04a 2,775 1.00/1.00 vMB 267
458,453 458,453 000000000000000001fdb49659867e71d7d8a1a97c734824438ba309705c4011 2,244 1.00/1.00 vMB 141
458,452 458,452 000000000000000000433d69c305be3c85824b64adf91afd484a40937a865119 2,167 1.00/1.00 vMB 174
458,451 458,451 000000000000000001ebd2714de4c8baf4e1ddde6e2e010c7909d59c7163e270 1,250 1.00/1.00 vMB 140
458,450 458,450 0000000000000000010980083326639a37148635e2e602c4d5a1bdacac072cdd 1,783 1.00/1.00 vMB 162
458,449 458,449 0000000000000000011ac7d8195c0b85b1e755e1d713e11530ef7b541bf598a3 1,968 1.00/1.00 vMB 217
458,448 458,448 000000000000000001506cca433f0e7e85a787e48d0a7fd80560b51c150f3493 2,032 1.00/1.00 vMB 181
458,447 458,447 0000000000000000010d017db4b40936a0f9c7958db5797fa96fa58c983669d7 2,539 1.00/1.00 vMB 212
458,446 458,446 0000000000000000002ac7527c3102a4f1c4d61cbaf9aa6caac3da9f4d7f3bb2 2,480 1.00/1.00 vMB 224
458,445 458,445 0000000000000000008d39796343c8aaad55a2734d97a9b7fdb8a24767c60992 1,659 1.00/1.00 vMB 239
458,444 458,444 000000000000000000780fe4897ab679e5b767ff4697aa826bd9b39ba89c5a07 1,292 1.00/1.00 vMB 86
458,443 458,443 0000000000000000008104724ac7d785277c316bcef2671fb5349ec1b0fa28cf 1 0.00/1.00 vMB 0
458,442 458,442 000000000000000001b0e4bb76104c467dc7514ffcbc5b16d82ecdd53bd42bd4 1,737 1.00/1.00 vMB 165
458,441 458,441 0000000000000000002ab18166de2eb90894321abeab5dd628728142c3546a52 1,527 1.00/1.00 vMB 230
458,440 458,440 0000000000000000012d03505a856d8abc5893ef711eee040b68aa73797aeff3 1,908 1.00/1.00 vMB 133
458,439 458,439 00000000000000000054fcdcb74e7e3fbbd4885b1e48a709f464750dfcad195d 2,311 1.00/1.00 vMB 217
458,438 458,438 00000000000000000002db00094ef6288dba8c33382fc69ed3b1883573295f66 2,414 1.00/1.00 vMB 158
458,437 458,437 000000000000000000867699e8d2f1cdd9523382f739eee57e06b546705ade18 2,278 1.00/1.00 vMB 207
458,436 458,436 0000000000000000015ea6dc140a58528a392d90be544e690c4bcc3cd689db9a 918 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.11 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.98 GB
    • Received: 13.67 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.