Loading Tool

Explorer IconExplorer

Memory Pool

28,604 transactions
9.51 vMB
0.09962387 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.12/200 MB

Candidate Block

Mining Attempt a17362acf1f3f2056f3ef9b3387c934345cbb1f8253d4a111c0bc3a122d42b46
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 8773885f5fd505a39bbb3964e096504de2e602e0c680af7fc7097fffd3d24153
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,479
Size: 1.00 vMB
Total Fees: 0.02831087 BTC
Median Feerate: 3.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (704,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,887 208,887 00000000000003fde311970bb97326fcff81e7495105ab92a9cb82695e0582a4 128 0.05 vMB 170
208,886 208,886 00000000000002b65a1099bad8ac9b13fb8ef6b4ee37d8060e5952bd38bc6699 386 0.15 vMB 194
208,885 208,885 00000000000001b5a131a8b9663c87a324d5e79e76a910a25033cd3ca75429ad 14 0.01 vMB 130
208,884 208,884 00000000000003e785841de8dcf6971f6458358c143e2606f81120523284c265 25 0.01 vMB 240
208,883 208,883 00000000000004625b52b599ec694381c22c68cf44d46e41d9cbb7e1c51be70b 108 0.04 vMB 230
208,882 208,882 00000000000002726cebb5d11970ae3abd5e32a1241b0e4833fee150ea41b00a 68 0.03 vMB 24
208,881 208,881 0000000000000111403fbc396a1bb1a38ece29dc1e49be61e36dc7013f45d3c3 186 0.07 vMB 141
208,880 208,880 00000000000002a0c5fe69fb50905bfafe94d072959241aa87c81e119649a082 211 0.12 vMB 109
208,879 208,879 00000000000000c8dfc73d4130f3214e4e88878a797c9544c32f8f7822f113c4 441 0.24 vMB 156
208,878 208,878 00000000000004a20df8c8ebf38c24d695c77f5d1f53188552dcffcc67c5a3da 45 0.03 vMB 117
208,877 208,877 000000000000013f039b270dc4884beed11350e7e4add56bceed9aaa813cf0f9 40 0.05 vMB 87
208,876 208,876 00000000000000267e537a329440ed400c3df06f36187ef80774b747b8d5e4eb 53 0.22 vMB 57
208,875 208,875 000000000000036feeee33202d1893c686e40fd070579920d6848782aa3ad6fb 97 0.21 vMB 68
208,874 208,874 0000000000000141e6e89ea0dacef5eed6eb4f427a291487151d021c06392ee7 5 0.00 vMB 0
208,873 208,873 00000000000004782ade0f1afcf821585e8ac117cd26c3b946200c57abd475bb 294 0.23 vMB 107
208,872 208,872 00000000000004a851a0a61a6571b479a2a76d1d6d194f07d5658c95a6d4600a 128 0.06 vMB 78
208,871 208,871 000000000000039c49f9b4ae8abd1b9da65c86b11164876ec64fb641410ea1bb 243 0.14 vMB 133
208,870 208,870 00000000000004bb7fa3210759a130c4abcf33151f8c6b409f9fc155fc8738ac 230 0.25 vMB 81
208,869 208,869 000000000000036ef8a01279b85a2a1b7cc9d62d9ac8c86b1579c1e61affa5bc 775 0.25 vMB 260
208,868 208,868 00000000000000722cbcf9694170abac87ec8dc55555d2bcb3093285a6aa0c03 12 0.00 vMB 447
208,867 208,867 00000000000004ddfd9e752cda30c93870f83c93d1471f3be568592cb06bd801 8 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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