Loading Tool

Explorer IconExplorer

Memory Pool

23,456 transactions
10.01 vMB
0.06147623 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.31/200 MB

Candidate Block

Mining Attempt 7286b79c3071ef1f270c87f1ace1d498db5babd7058ff4b46bcbfa3d02ffb1b6
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 0ec73bb77a1bf8c854a2a981071319c36ba34945b5185b15c5db021d40e7bd80
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.03321145 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (742,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,550 170,550 00000000000005f637018e254eb35778bea0c92fd2dc40cb0e210ecc704926b3 1 0.00 vMB 0
170,549 170,549 000000000000099b01a5fc03935303229e1d402c6a591980ecb6d249ea87c193 1 0.00 vMB 0
170,548 170,548 0000000000000a6b74b8ab6a778e4ea17dab421df9a516c549bc11051329cdde 54 0.04 vMB 84
170,547 170,547 00000000000009d4cfc2fe38c2d6433139b0b9208104c0725319bb11e54e6e4a 25 0.01 vMB 5
170,546 170,546 00000000000008b330221d51b5b386cd50bc564e9bd3f0644e41a24b971734bc 15 0.00 vMB 252
170,545 170,545 0000000000000aa2b2409a24087ef59e45e9c911f79053bbaf1d80f9ebd58ded 8 0.00 vMB 114
170,544 170,544 00000000000008808b35b22acab220766082566be0dbbb1a86407eeeb39379f7 111 0.03 vMB 44
170,543 170,543 00000000000002f609bf47659f083e04b964092ad876877d5d7305dc9cdc4c4c 11 0.00 vMB 133
170,542 170,542 0000000000000a389a5c90fce7fdf080e2c1b06d80a2170d87f01796c5cc6251 75 0.04 vMB 188
170,541 170,541 000000000000029cde9333cefcb759449306c64f3a80b13f735ffcbd3f8eca92 1 0.00 vMB 0
170,540 170,540 00000000000007ebe949bf477a008d676d1d4d210663ea10a03ddcc4c6b6a3a4 1 0.00 vMB 0
170,539 170,539 0000000000000a6b5993bab22217be8d7035a8d40391ced2dbe3f3ea57322678 80 0.03 vMB 14
170,538 170,538 000000000000094f553730f400c115002253d396e35af22ad26e03dbe16825a4 67 0.03 vMB 68
170,537 170,537 000000000000034d11f87615b14c30bcb6b434670293bf424e8e8156e61c4682 117 0.05 vMB 116
170,536 170,536 00000000000004d3be7b1e3e529f1a55cbc9204e6732c05857c85c72fbd039b8 1 0.00 vMB 0
170,535 170,535 000000000000047e8e38b9535a88cfc54cc71915fd2195f807c50329718ec07f 14 0.00 vMB 14
170,534 170,534 00000000000000d9b52e11957f1a95b15131fff99550977173b1d0409d48a321 24 0.03 vMB 323
170,533 170,533 00000000000002c2708064143c95eab0b7f93c9d2a31b99b5b79b5340704b44b 24 0.01 vMB 6
170,532 170,532 0000000000000385a66e24bb293320dd12faee692124719b14903d401d779203 24 0.02 vMB 50
170,531 170,531 000000000000050cb46ad763630338c56d6126803d859489c23312839f2d6713 105 0.04 vMB 23
170,530 170,530 0000000000000295bca5a724090e6fcfa977f49ca74aa73fa255441272594088 11 0.00 vMB 34
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 279.52 GB
    • Received: 1.10 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.