Loading Tool

Explorer IconExplorer

Memory Pool

82,176 transactions
34.43 vMB
0.14243617 BTC
Random Selection Loading Transactions
Max Size: 195.79/200 MB

Candidate Block

Mining Attempt d0908c28f3ff41b326b09f9d15c35f5101b05842703b399ed2a630f17aa101c1
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 3116dff4bc89acf24055dbfbf89650e1e55fefeff2d892c4b66fda7ffbdf24a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.02916485 BTC
Feerates: 104.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (74,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,605 840,605 00000000000000000001c151e9c4c4ee62fdc772d0274b959aa9e4f5c6687965 3,982 1.00/1.00 vMB 289
840,604 840,604 0000000000000000000121febfa3dec69052748a1c6199084230a72a2145c0e6 4,634 1.00/1.00 vMB 229
840,603 840,603 00000000000000000000bf1d169ef18b8582b1544485444ff01bbec34fbc70f5 4,854 1.00/1.00 vMB 212
840,602 840,602 00000000000000000002cb8e21c9c2ced90c9cbc0088bd2ab225a8428527291c 5,337 1.00/1.00 vMB 225
840,601 840,601 000000000000000000029e2a140ed353339222a80c1e6a5f14f02addd3b5e79f 4,435 1.00/1.00 vMB 223
840,600 840,600 00000000000000000001ab7188454949ca5851f81ebddf5dd22f11e35c8281c1 5,209 1.00/1.00 vMB 233
840,599 840,599 00000000000000000000a9a3d7c5acb05ba837cf2ec057af30dfb7b8292ceeb4 4,685 1.00/1.00 vMB 268
840,598 840,598 000000000000000000018cd704f72f9f1978124e261afe2d655e1c407b93df76 5,202 1.00/1.00 vMB 243
840,597 840,597 000000000000000000002c3be5435386a336ae2dd1e3fd262df12beabe9ab596 4,772 1.00/1.00 vMB 257
840,596 840,596 00000000000000000000fc4088eb77d8408e194836e5232b168cf1cbc073cd7d 5,595 1.00/1.00 vMB 232
840,595 840,595 0000000000000000000057118b1930cef41ec997dae9e65f00441eefe49dc82e 4,412 1.00/1.00 vMB 266
840,594 840,594 000000000000000000003929aaa618df4e61fd3b85fe4079c6d7ae31b4cfcdef 4,121 1.00/1.00 vMB 299
840,593 840,593 00000000000000000000e48445b848a088684143247f44df3b8c0fefdc876e6a 5,167 1.00/1.00 vMB 241
840,592 840,592 00000000000000000002d42bf2acaf259546000b7ae12d29bd723ff17aa90992 5,222 1.00/1.00 vMB 248
840,591 840,591 0000000000000000000055c7a973de5d09392c76075e368cf2fa0f319a05a133 5,012 1.00/1.00 vMB 246
840,590 840,590 00000000000000000000dc647de4bd1da7eb6ce0f2b5cd62f346aecdf0eda72b 4,543 1.00/1.00 vMB 276
840,589 840,589 000000000000000000007a9ac93dfff6800c6c38c28ccdcc3b0f7eeac5823b90 3,885 1.00/1.00 vMB 315
840,588 840,588 000000000000000000032b393901bec1b332752a1ccc6804bfc2c78591a65cb9 5,297 1.00/1.00 vMB 257
840,587 840,587 000000000000000000023d92e128a62d9f3b4b6cccbe8b16b7649cf303168755 5,134 1.00/1.00 vMB 255
840,586 840,586 00000000000000000000390ac1a08d9ff72b92cea8209003510ec40a8deb238a 4,136 1.00/1.00 vMB 299
840,585 840,585 00000000000000000000141957a6e92c2ccd6ea8b6955504477911a57f80bc01 5,719 1.00/1.00 vMB 257
Previous 10 blocks ↓
Total Size: 783.09 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: 726.42 GB
    • Received: 18.45 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.