Loading Tool

Explorer IconExplorer

Memory Pool

76,170 transactions
29.14 vMB
0.10394292 BTC
Random Selection Loading Transactions
Max Size: 172.28/200 MB

Candidate Block

Mining Attempt 70649ecd42d02ebb98a7b2866273e20866ed2404fcc3d4c73b5478b5866bcf74
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3662da2bbb97ad4525e4ae33adf86f35e0982e5e242768abc4eca3d4aca397ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04162056 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (391,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,356 523,356 00000000000000000004147769fc1eebc2b081f39bf5a9b4b154917cee2c88ac 1,297 0.57/1.00 vMB 42
523,355 523,355 0000000000000000003ed73478ad35b0d285c2fdbd79dba172b6be1bd589b0e6 1,102 0.57/1.00 vMB 36
523,354 523,354 0000000000000000002e0e763e60bde40c58aa23f295ef1919b352f3303e06a6 2,324 0.94/1.00 vMB 46
523,353 523,353 000000000000000000125d2a49649512bacd11c2d0205e268ba9b62a5c55521b 1,130 0.58/1.00 vMB 43
523,352 523,352 00000000000000000018d7024a7a6469413b931ae0282f6a8dc7997f06118964 1,899 0.85/1.00 vMB 40
523,351 523,351 0000000000000000003a56b6b418feb92440c965dd29c09c7ae8dec1aafb6244 119 0.03/1.00 vMB 43
523,350 523,350 0000000000000000003e3b3d74864211cf1b978d4e6442e977f222da37d9fe64 548 0.24/1.00 vMB 46
523,349 523,349 000000000000000000048f78c26fa559bae41baedcb2d4c68406b8ce8f6415ac 1,028 0.44/1.00 vMB 46
523,348 523,348 000000000000000000092b93da140b3939facb8b84a63ff1d5a5ec72db205036 1,045 0.85/1.00 vMB 2
523,347 523,347 0000000000000000003aec7ade4434fdfef067ea4fd8cac1c9388d1af8b35c92 2,551 1.00/1.00 vMB 55
523,346 523,346 0000000000000000001feaf89ca4597e2699244da2178375a6f37e041cf6f05a 1,836 0.98/1.00 vMB 36
523,345 523,345 00000000000000000027e43225a4a6da679a6d2006165547e8762d634fe2e49f 1,820 0.80/1.00 vMB 39
523,344 523,344 00000000000000000016c390ec1ad09a888690ba8e729932346dfab9ee55ce1a 523 0.19/1.00 vMB 43
523,343 523,343 00000000000000000017135be8063f6525c656e07123326c8c5c48b0d10a6756 118 0.05/1.00 vMB 40
523,342 523,342 000000000000000000157412f1f8ba1456af85f246ac492ff9f4a2afd8768d8f 651 0.28/1.00 vMB 49
523,341 523,341 00000000000000000005770c728cbf4a32c8f688aedb13ed54ce67c59bb361e0 50 0.02/1.00 vMB 133
523,340 523,340 000000000000000000037cb142b5829608532322794a9ca784f3fb8f9c3347f6 412 0.27/1.00 vMB 15
523,339 523,339 000000000000000000217bc9c929e105f8cce9a2b46af0f9bd0f9e76c58260a4 2,081 1.00/1.00 vMB 47
523,338 523,338 0000000000000000000246e4f92c20a3ad0a57df6cd406ac6992f87a8bc3c1f3 152 0.05/1.00 vMB 42
523,337 523,337 00000000000000000015e576b24e9a51f59b524ed582712a69086f1c6d0b135d 1,333 0.57/1.00 vMB 50
523,336 523,336 00000000000000000008c303aa661ad501a4bff695fe2eda22e159a5bfb31d2d 905 0.56/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.