Loading Tool

Explorer IconExplorer

Memory Pool

80,288 transactions
29.53 vMB
0.13558063 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 61ded1379733de036b6a1ce082b083dfc2a01364af3a33e263646daea81693ae
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 79c2e10ca7b08724d286b9dc4c705be7bc8f94b48ac60c1c163ca3fd9d5cf449
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.04994735 BTC
Feerates: 602.26 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (262,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,411 652,411 0000000000000000000a6ced36fbca615026704d29dc378946a99145a323cb43 2,756 1.00/1.00 vMB 64
652,410 652,410 000000000000000000019086448a45b71ea0ee5b0d7187d0ac2fbcdd745b3212 2,456 1.00/1.00 vMB 76
652,409 652,409 000000000000000000059e897b11137b98ef132794e134ab44b3f471ddeba3b0 3,146 1.00/1.00 vMB 82
652,408 652,408 0000000000000000000d5a7199358fa3e1f19735e1b37eb40254612e66ae5b02 2,845 1.00/1.00 vMB 85
652,407 652,407 0000000000000000000d47e2a54fb449530d6691459a43a03c28b5adca25469b 2,917 1.00/1.00 vMB 114
652,406 652,406 0000000000000000000a19cf3f9debf284c0b6901f398e833de40933e7466b45 2,643 1.00/1.00 vMB 71
652,405 652,405 00000000000000000003a883ce2eae95f5839a9fedc52012429b01a752f12cba 2,263 1.00/1.00 vMB 41
652,404 652,404 00000000000000000006785b8d7d09a5b70793bab828e7d00ef81b3ef0445ca2 2,222 1.00/1.00 vMB 58
652,403 652,403 000000000000000000001ee4937a676ee45015373e75472ab372d1c680f09812 2,821 1.00/1.00 vMB 68
652,402 652,402 00000000000000000001a3c3cfe14be8e818408c2b38a1950467ed948d765c02 2,587 1.00/1.00 vMB 69
652,401 652,401 0000000000000000000255c22e63ac71a4034a08640df2ef5f8d7eec21abb61f 2,244 1.00/1.00 vMB 87
652,400 652,400 00000000000000000000e405927cbfe5d2ed0d83795e88a581734d95eb60cc20 1,983 1.00/1.00 vMB 76
652,399 652,399 000000000000000000036f96ca0907120c4829fbcfcf639ee6aace0bdc2bee3f 1,868 1.00/1.00 vMB 82
652,398 652,398 00000000000000000004d2f9d651d05bb3761ea715d9159422026427e0db7b60 2,802 1.00/1.00 vMB 64
652,397 652,397 0000000000000000000dc8a4ceb5b7c586d00be0fc8763d59f44f460dccc9c8e 2,806 1.00/1.00 vMB 83
652,396 652,396 00000000000000000002685fff5e7a0ecf897915146dec90f09c6ac7ecabcccd 2,437 1.00/1.00 vMB 100
652,395 652,395 000000000000000000041bb513e82dbe673c4659a989f31166db206f6964db2a 2,468 1.00/1.00 vMB 100
652,394 652,394 0000000000000000000e7f11f9b9a90e5a593ddb4b82419dffd14a7d80a6fcd3 1,789 1.00/1.00 vMB 84
652,393 652,393 0000000000000000000b8a388c1cac3c3e21b6283c4a8cd949c2ca50b5e06535 2,458 1.00/1.00 vMB 75
652,392 652,392 00000000000000000001dfaac813643e5ae96cce1fdbe8dad7013b0548e685c8 2,106 1.00/1.00 vMB 83
652,391 652,391 0000000000000000000324cb859cc26f0d72ccf306465ea8dc58f44307943fe5 2,000 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.