Loading Tool

Explorer IconExplorer

Memory Pool

27,858 transactions
24.45 vMB
0.05051425 BTC
Random Selection Loading Transactions
Max Size: 120.51/200 MB

Candidate Block

Mining Attempt 94539ad2cbdae6cba442ed49a4f9c2339d3abdf1b242b6eb92926e6e1536d100
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 044630d9705a7aec09a61d8d95987bb5f40d51a6de66aaa918ece255944c32c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.00722769 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (207,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,129 707,129 0000000000000000000d06c74c609587a81e84fb00af5a6b04edf06aea1e7389 2,988 1.00/1.00 vMB 21
707,128 707,128 0000000000000000000c93c52179d909ca136fd37a2104583ee5f5c689467640 2,636 1.00/1.00 vMB 19
707,127 707,127 0000000000000000000281d978b96e3b7f014b32e3311c27dc2d620ce6b6ba30 2,415 1.00/1.00 vMB 14
707,126 707,126 000000000000000000051b6f9c87a9ccbbcb5081d89e358f3a7e4b9d231731b0 3,180 1.00/1.00 vMB 5
707,125 707,125 00000000000000000004704daf686a67ee61087e002099f2cf93d261cec0f4f4 2,939 1.00/1.00 vMB 6
707,124 707,124 00000000000000000009bfb8161beb54b326380790a5206b01129c11d800fd16 3,287 1.00/1.00 vMB 26
707,123 707,123 0000000000000000000d23cf269b2379ff31cf3d1220e2f2915fd78a56267e55 1,143 1.00/1.00 vMB 3
707,122 707,122 0000000000000000000d3b1d6ab983608b3b975f66142c56dc1cb28bcaeaf250 2,773 1.00/1.00 vMB 13
707,121 707,121 00000000000000000004f4771451032dff4bc891aa41fbbcb1eb0a06a7160509 2,004 1.00/1.00 vMB 5
707,120 707,120 0000000000000000000bd3afdb11c32fb9fb9fdc06e7dd35e338a4ac72fab64f 3,064 1.00/1.00 vMB 17
707,119 707,119 0000000000000000000c13068d7da8b63aa3b7c3c7a31d127771b067a0cfb5b3 1,409 1.00/1.00 vMB 2
707,118 707,118 0000000000000000000bc201cb309a818ed3524be056ac43c2167231d6ae2ec1 3,153 1.00/1.00 vMB 20
707,117 707,117 00000000000000000009b08c5bab7c4a5434615240a82f03318a8cc647233b88 2,240 1.00/1.00 vMB 4
707,116 707,116 00000000000000000002084ed57ba84421a7a609d5639b335f17a7b6ee1fc4e6 3,384 1.00/1.00 vMB 8
707,115 707,115 0000000000000000000877bb484ca2b23aca5b4960868844d37b70185819314c 2,895 1.00/1.00 vMB 10
707,114 707,114 0000000000000000000a1e4ad44ccb72205db8e686db61ab5704ddd82b76ed58 2,793 1.00/1.00 vMB 23
707,113 707,113 00000000000000000005fa5acdab7ae443c9da6533e5a5e7ba39a48d982aa192 2,693 1.00/1.00 vMB 11
707,112 707,112 00000000000000000004fdbe27834bd6c5a98a4fe9d077bc0c11966280d3274a 2,595 1.00/1.00 vMB 9
707,111 707,111 0000000000000000000c7f2aad3b2b9d36ceebdd0aea7a40d55f21eff6043354 3,142 1.00/1.00 vMB 8
707,110 707,110 00000000000000000006e4925dfb8b674b6d9501f9ba897fbedeb22e94797a70 3,193 1.00/1.00 vMB 9
707,109 707,109 0000000000000000000d221074ea49e6440376c5754bf6752d4c79d68d9e70e3 3,123 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.86 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: 641.78 GB
    • Received: 12.53 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.