Loading Tool

Explorer IconExplorer

Memory Pool

89,227 transactions
33.12 vMB
0.20569397 BTC
Random Selection Loading Transactions
Max Size: 199.93/200 MB

Candidate Block

Mining Attempt f2d7d27a8b619a7e4f22670242cbc1933d836a01d5eb226e233fd1e00be52421
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ff6218bf000c58958dbccd4694f85cdc2e4c78d592347fbab8db8c8ccb54f55d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.09162474 BTC
Feerates: 387.56 > 9.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (312,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,357 602,357 000000000000000000019f0c3df8569c6cdc93317d88c4b819cd73dd914cffed 2,717 1.00/1.00 vMB 17
602,356 602,356 00000000000000000006642602b6688ebfe5f2c3085ad1feebe3189bcb3b18ff 3,016 1.00/1.00 vMB 63
602,355 602,355 000000000000000000072de029f6dceca215fefb92ec8b0944a57eb277d3dce0 2,756 1.00/1.00 vMB 50
602,354 602,354 00000000000000000004cef07b0293d12128371b599722c3bbcf56b3f6113127 2,834 1.00/1.00 vMB 53
602,353 602,353 0000000000000000000fdbd36315f9e3cd493be75e1c1aa9d67857c82c1e80d5 2,390 1.00/1.00 vMB 27
602,352 602,352 0000000000000000000296e4ac0fb6ce34025fba1e4b3dcc304f46ef80693f12 3,008 1.00/1.00 vMB 35
602,351 602,351 0000000000000000000d3a3e5eaf731c7aede78805c97c88074dec28a9179bfa 2,690 1.00/1.00 vMB 28
602,350 602,350 0000000000000000000ba22f81dddfbd44d46ed415183d7cb0b520ee61049f51 2,966 1.00/1.00 vMB 61
602,349 602,349 00000000000000000007a0860852c4b8de231696f51458fad1820e0627370eb0 3,034 1.00/1.00 vMB 38
602,348 602,348 000000000000000000129a0b67831f2fc68b56ad925422b8b2f26bdbfa0c9b39 3,224 1.00/1.00 vMB 82
602,347 602,347 0000000000000000001204db12740101903f322f4985901da671c54d51b5bfa0 2,932 1.00/1.00 vMB 51
602,346 602,346 00000000000000000005a4b769beaad773f549ab9f9236213a1283ed8e928c5e 2,474 1.00/1.00 vMB 31
602,345 602,345 0000000000000000000c636a9d53240888af95857149ff72dd58995db24ad672 3,059 1.00/1.00 vMB 49
602,344 602,344 0000000000000000000fefa7c15257b00f1a6de0bc5a25bb65939d3b95c08563 3,147 1.00/1.00 vMB 72
602,343 602,343 00000000000000000007f6f99b9af0c07fadaed7fffcb5089f42bcdaec283034 3,068 1.00/1.00 vMB 39
602,342 602,342 0000000000000000000a3a759caa47de63434b7c138e2d6ac6f48c9e8d4b5519 3,306 1.00/1.00 vMB 67
602,341 602,341 00000000000000000009e14cace3e6262492d9694463a16d9fee878de98e43b9 2,913 1.00/1.00 vMB 75
602,340 602,340 0000000000000000000a63666a1e63c2273957ef57ba8c9e910c23604a650fbc 3,232 1.00/1.00 vMB 82
602,339 602,339 0000000000000000001323b092d39ef2d613c25f94d3d795002dea62db84894d 3,102 1.00/1.00 vMB 98
602,338 602,338 0000000000000000000e66abad8e48c56ab65534be8a796721208ec42cdc5462 3,035 1.00/1.00 vMB 107
602,337 602,337 0000000000000000000ff594767f3bf5242506647bfc311ee9abfcef9fa76af0 3,099 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.