Loading Tool

Explorer IconExplorer

Memory Pool

24,819 transactions
10.40 vMB
0.02264189 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.89/200 MB

Candidate Block

Mining Attempt 6047bb441613a716b81b11f45e34439b8c5c28155e857c4e03c8a837c3364a7e
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root e724db91477384af837b9f90854f6a3933fc25db60804129ae91ab1472dc0f66
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,244
Size: 1.00 vMB
Total Fees: 0.00480042 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (755,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,559 157,559 000000000000097f080a83829dd3217e3516cbb7079f873a5cd76f72ee71497a 22 0.01 vMB 112
157,558 157,558 0000000000000774627feac1ae955108f96bf5a58b02052c71811b8a667b1064 22 0.01 vMB 44
157,557 157,557 0000000000000583bf9c2ac922252009ab87770b101e63b1f90555f0ee1ae94e 1 0.00 vMB 0
157,556 157,556 00000000000008e155557e8beb40c421b7630c2d4cdb05a32f7af7a1b1724405 34 0.01 vMB 146
157,555 157,555 0000000000000dc7c07f90519c574ae9216727a89d6f79d1457342b7891173e1 92 0.04 vMB 148
157,554 157,554 00000000000009929883a9d83c13240be9c48a58bfd237bff730570391af84f9 64 0.02 vMB 46
157,553 157,553 000000000000065ded353da729ee8a38867376143f10ea4eead230e5e008bb95 124 0.04 vMB 24
157,552 157,552 000000000000055aa37fc9fe9acde50ecbc7c713e9c61d57feeb9165644a1518 17 0.00 vMB 75
157,551 157,551 00000000000001cf1674886cc3c3e62faaf6aa7664ac6d512a85bc248dcd50ed 26 0.01 vMB 50
157,550 157,550 00000000000004c6f73df1fa8bc15bbb3b07c537562f4efaa57c6f362e0ec25f 58 0.02 vMB 103
157,549 157,549 0000000000000777db350c04be64bee58c2fd70a261d05cfc8ded74aec840e34 19 0.01 vMB 169
157,548 157,548 00000000000003c64bfce322a7dbc1f5fb57a1f2759fa4c8e36a190af7856094 71 0.02 vMB 49
157,547 157,547 00000000000003091a599cb6c85b47f5cd38f5bbe1b702199bad6af38f3c2ea2 7 0.00 vMB 42
157,546 157,546 00000000000005bc0a4c7aa5cdf068a49439cce77ce673ec053db3a7b85dca2d 9 0.00 vMB 288
157,545 157,545 00000000000007d7852886df59f9795ccde3cf3fad3d64abb5969a4584f40249 49 0.02 vMB 245
157,544 157,544 00000000000004368b2ec36330a8ec2f2f02a654412203f980a91fdf46693e0d 49 0.02 vMB 226
157,543 157,543 00000000000006a385bfcf69f58e010a26909f359f164b2f6edea99278fa084f 40 0.03 vMB 196
157,542 157,542 00000000000002cc84adc3800af4e1b5f955b4b83c89f0d7cc23446f539268ef 10 0.00 vMB 521
157,541 157,541 000000000000083c21203dbed56b386e2c7bd156ab9c68fe337941a5e3c30f24 104 0.05 vMB 181
157,540 157,540 0000000000000d2ce0247c56b05f2623a4220bf3bee56028900c67e69d0d309c 9 0.01 vMB 213
157,539 157,539 00000000000005b7585c4e4cbe9c3b86027d8aaac841628847454766f042fb31 34 0.01 vMB 541
Previous 10 blocks ↓
Total Size: 779.83 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: 423.36 GB
    • Received: 2.29 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.