Loading Tool

Explorer IconExplorer

Memory Pool

33,585 transactions
25.16 vMB
0.05224580 BTC
Random Selection Loading Transactions
Max Size: 127.73/200 MB

Candidate Block

Mining Attempt 1fb68d3b43b2af4c31cea82ddb115e10c0455c360468747d30f1fc64c1504805
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 588ad6e489f70991fcbc73fc6d15cd1ce857d13a15e3bb72c19dae2668666ede
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,582
Size: 1.00 vMB
Total Fees: 0.00523278 BTC
Feerates: 40.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (354,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,372 560,372 00000000000000000013cd05148e79dc5da41275738979959bc7a5c56c4772a5 2,919 1.00/1.00 vMB 13
560,371 560,371 0000000000000000002f8b090000551e28f97e0ee54944377b148079409e6cad 3,194 1.00/1.00 vMB 24
560,370 560,370 0000000000000000001bdb5b4cc88460c41b68e66fc48f1afb8ae115c8e0efee 3,455 1.00/1.00 vMB 12
560,369 560,369 00000000000000000006325fd0111a899c986ff2792f50a8fb33d88b3a7d8c7b 1,329 0.46/1.00 vMB 10
560,368 560,368 000000000000000000094c62488a014069f324ba2d7b0b1c8a0b803c68dea54d 3,104 1.00/1.00 vMB 11
560,367 560,367 000000000000000000169cc0cfe85dc0f216c67f528491ddacec3fcd6f87ed3d 1,707 1.00/1.00 vMB 4
560,366 560,366 0000000000000000001af790b540a38026752f0f95811e3efd2b9e9e89fc4812 2,712 1.00/1.00 vMB 14
560,365 560,365 00000000000000000003d2ff7a8100ef23d2b2f20cdcc3b42bc1cae06d921198 2,609 1.00/1.00 vMB 15
560,364 560,364 000000000000000000203a0905f9a578567acb5e4a883950840e72a548e194e1 83 0.03/1.00 vMB 8
560,363 560,363 0000000000000000000a201cbd4a1ed3abc7441e02c22a3f023f54a8dcd05fc2 1,837 0.65/1.00 vMB 14
560,362 560,362 00000000000000000027083cc16f86c349af87b5989826e1c608c2d6a036de35 229 0.07/1.00 vMB 8
560,361 560,361 0000000000000000001df4135b3c5ab144377281f7005428829b64390a54b2ae 1,817 0.67/1.00 vMB 13
560,360 560,360 000000000000000000190126ae2b5e122f6103ef0f9f9e20fe77d5870237c919 3,055 1.00/1.00 vMB 10
560,359 560,359 0000000000000000000be9ff2e9b9778ad6a1e23bb7216aac6cba5161474dde1 3,091 1.00/1.00 vMB 20
560,358 560,358 00000000000000000000e2b5994887a43db9fdc99054313ce358ba9f1cf816d2 3,217 1.00/1.00 vMB 20
560,357 560,357 000000000000000000030e02c5e52206375c277d0353e2fbac1ab2d52b68a732 1,362 0.39/1.00 vMB 12
560,356 560,356 0000000000000000002e1aaddcad1f9b1f26e2ceae2e0c64f21c3ac1ccbeaa4f 10 0.01/1.00 vMB 21
560,355 560,355 0000000000000000002073ee148f47b8ec876e5143e92ea65bc5063e0312080e 1,906 0.99/1.00 vMB 3
560,354 560,354 000000000000000000180da478b0725deab78ae1d78e76fa00ea8386dac76b13 2,919 1.00/1.00 vMB 11
560,353 560,353 0000000000000000001e9ecd5afa637bd83404a745e8461393b76fc83cfd5c75 2,528 1.00/1.00 vMB 5
560,352 560,352 000000000000000000190e1730c8080ebfd720d25c1e3cfce54a431925a7c0f5 2,863 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.