Loading Tool

Explorer IconExplorer

Memory Pool

78,377 transactions
29.84 vMB
0.08206845 BTC
Random Selection Loading Transactions
Max Size: 178.70/200 MB

Candidate Block

Mining Attempt 459ee1bb69899f6a34d0a158a8abaec4c34aa02bde977ddc606b8e14a873759a
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 4e782bc98ba197d4e26d75213466b693093fdb54089a68714db60a255eac6444
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,627
Size: 1.00 vMB
Total Fees: 0.01421549 BTC
Feerates: 100.69 > 1.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (253,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,382 661,382 00000000000000000006969e1cd3586f0b7233d9a926f63cf4e4af47608f3c9c 2,774 1.00/1.00 vMB 56
661,381 661,381 000000000000000000063365636eb8919fe6ebf35103449f88858dc829c1771d 1,416 1.00/1.00 vMB 32
661,380 661,380 0000000000000000000972cc1248686ff921edf1e8c4ad71eeaad972dd5fc5d9 1,040 1.00/1.00 vMB 17
661,379 661,379 0000000000000000000a918f827490bc65e6d3da652f352accec4c4426b99ada 2,334 1.00/1.00 vMB 25
661,378 661,378 00000000000000000008fb20cf9670e70d58e3b1e62707527fb29664199c8575 2,606 1.00/1.00 vMB 29
661,377 661,377 000000000000000000077e078f5b1b42ea6cdc1804578fe6241dcba565b95b10 2,819 1.00/1.00 vMB 40
661,376 661,376 000000000000000000082d5191ab74397fcf41e106d85c37269637c20286c5e9 1,663 1.00/1.00 vMB 49
661,375 661,375 00000000000000000006e3939374196ba7da057f00ff1a6780f62c60e3da16f6 2,512 1.00/1.00 vMB 69
661,374 661,374 0000000000000000000e1479b1ced0d61e664b880d97e2ee211df1d91d096718 2,685 1.00/1.00 vMB 73
661,373 661,373 0000000000000000000121efdfcc41554247446346dc5cce1a1d8f0fb2fc49c0 1,733 1.00/1.00 vMB 31
661,372 661,372 00000000000000000007e9f500a288ab07dd9f4c696f6cdb808dd5c9d61e759d 2,623 1.00/1.00 vMB 56
661,371 661,371 0000000000000000000235f41545da75a898aab5958273ef58b5aad1cec1e5f8 2,191 1.00/1.00 vMB 29
661,370 661,370 0000000000000000000c4d06571170aef06560533be9e05f19fe0d51b745a903 3,038 1.00/1.00 vMB 66
661,369 661,369 00000000000000000005e76daaca1e10d3808ad355d8831e37bb165ffa26c88e 2,935 1.00/1.00 vMB 33
661,368 661,368 000000000000000000020db3b0e4aa7de4a05fa1424423f2260c77c0cb1e3351 1,984 1.00/1.00 vMB 23
661,367 661,367 000000000000000000091c80e3d8f38de1f2d686e25cf13c054341c996ce6d05 2,114 1.00/1.00 vMB 38
661,366 661,366 0000000000000000000bdd586600d6e3031607f797ba8bfad39ad71ec662e40a 3,005 1.00/1.00 vMB 46
661,365 661,365 0000000000000000000d11eea56c7c18c7cfabdf052d37a3abe83360fd3f0569 2,832 1.00/1.00 vMB 44
661,364 661,364 00000000000000000009d5ddf24c33ad647bc34107fe04bfbaefc033cc8a3a4f 2,773 1.00/1.00 vMB 32
661,363 661,363 0000000000000000000346933b4c1ceaeee626362d4db44c7186028dc3cebfe2 3,023 1.00/1.00 vMB 53
661,362 661,362 000000000000000000027410ffe547ae6c4020b80fc2b64cbf61bbbfd9e2a820 3,052 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.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.