Loading Tool

Explorer IconExplorer

Memory Pool

74,800 transactions
27.77 vMB
0.07496850 BTC
Random Selection Loading Transactions
Max Size: 168.94/200 MB

Candidate Block

Mining Attempt 752f2553515f46433cebd42c8fe2aee665e2dc6269bc0b918a02ea3808e9d9a3
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 758cf7fc0e41aca3da37078eaf9ff4316b25aa6f2171f4030954874122df7d12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,690
Size: 1.00 vMB
Total Fees: 0.01559766 BTC
Feerates: 71.37 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (586,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,730 328,730 00000000000000000717206123b46b19f396364ca640adbaa6c3d1ee6cb7a505 835 0.43/1.00 vMB 29
328,729 328,729 0000000000000000147814710b9ab69dd40ebcb6aceddae1b7def40fa18b4d0b 1,120 0.62/1.00 vMB 28
328,728 328,728 00000000000000000c40a434ca0570ee79816821d329bbfd4d55b9a2e2177d4b 193 0.19/1.00 vMB 25
328,727 328,727 000000000000000016222cf2f1bb678cfa2ee8c3d70e5c23e3d9f9d415fc37f7 387 0.24/1.00 vMB 23
328,726 328,726 0000000000000000030247dfab61d9759f9abe494250a682eedfb5c38acb80d2 401 0.29/1.00 vMB 19
328,725 328,725 00000000000000000d56a79bf40dbfcd5ab0ae4b521dcee45ba6b8c10de67c85 512 0.24/1.00 vMB 32
328,724 328,724 00000000000000000f85693d51368498f0debeb5daccca148dd3b4c5ef5db20c 1,127 0.65/1.00 vMB 30
328,723 328,723 0000000000000000150b45aaa964fbd7463536c28a6cf93061b03be20b0ca39a 743 0.73/1.00 vMB 16
328,722 328,722 000000000000000001afe1fe2d771e3a3c67796ec5a00bd951a013fb7fba5c62 1,907 0.75/1.00 vMB 39
328,721 328,721 00000000000000000e41c494dc6920a73f64033413a72bf3c5fa34afb602559a 618 0.38/1.00 vMB 22
328,720 328,720 000000000000000013860a4d3dc7a36de9cb92dd84c814739b020c53f2bb9f87 1,482 0.75/1.00 vMB 26
328,719 328,719 0000000000000000156f63028af57b53162acd618a79d4ba2b283c4ae847a585 933 0.35/1.00 vMB 38
328,718 328,718 00000000000000001485b256898ab94905b4d68280cb5552e845027459a4ce46 1,148 0.62/1.00 vMB 26
328,717 328,717 0000000000000000067c0ef5f8740c2a6e0b12ed4558c4a03f968304d3dc330b 1,391 0.68/1.00 vMB 30
328,716 328,716 000000000000000006695421279a3d0fc90f68eccd98d523842d1d5873d1d298 948 0.49/1.00 vMB 26
328,715 328,715 00000000000000001b61f4d91f04df9ccaa14f12b4c8d0fd56d9c40d5e39c8ec 805 0.78/1.00 vMB 18
328,714 328,714 00000000000000001051893d43fa7e7c9eddbf2d225e64bf0e553c22e7b35cbd 1,239 0.75/1.00 vMB 21
328,713 328,713 0000000000000000134e47e6b6a161b299b8b0af4f0f47c393c35cfaf1fcb9a5 2,316 0.75/1.00 vMB 44
328,712 328,712 00000000000000000ffd05d4b40e8ebc0e465f0c86bdd65cc58e64774e257cdc 95 0.07/1.00 vMB 10
328,711 328,711 000000000000000007f7195204189d700b810f42bf75d0e8b90e58f096392f2c 381 0.20/1.00 vMB 26
328,710 328,710 000000000000000005f4e6009d75d335c049a4b10fb5828ed1c94af80e54138b 568 0.36/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.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: 711.78 GB
    • Received: 17.12 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.