Loading Tool

Explorer IconExplorer

Memory Pool

80,051 transactions
29.59 vMB
0.11107053 BTC
Random Selection Loading Transactions
Max Size: 178.69/200 MB

Candidate Block

Mining Attempt e0959190ecb48f2f323e77e2337489a19acee4ede18859a8ed9986d794ea5b1b
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root bdbe0051ba789634dd463c4e1106cee7dc1de0265cb4713ab4b1e2eec2847ab2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.04529875 BTC
Feerates: 477.45 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (84,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,316 830,316 00000000000000000003893899b06bfcdf5ef91949374350c2b0462afa81db10 3,155 1.00/1.00 vMB 71
830,315 830,315 000000000000000000036e3db5fb38cd1a7b68aac1486e7b8bf796df72a4bb99 2,286 1.00/1.00 vMB 29
830,314 830,314 000000000000000000005af19de644798062614e6474d64a66b0a5bd2d0d47cd 1,714 1.00/1.00 vMB 23
830,313 830,313 000000000000000000039deabc9fbd8d743e94583637d91a75a46c5fa390dc42 1,249 1.00/1.00 vMB 17
830,312 830,312 00000000000000000003047c2b51d31c27f9514e9299d9d5520e01000c2882bd 2,754 1.00/1.00 vMB 47
830,311 830,311 000000000000000000020ff17aa537d4b81477df4e09aa195e66b3d13d16275e 784 1.00/1.00 vMB 18
830,310 830,310 0000000000000000000119bef264128eef9b5e2c60a0cba7425b2096ec029238 916 1.00/1.00 vMB 12
830,309 830,309 0000000000000000000319f443667470bcd0c9430db12bc9aea8d44604c76d42 575 1.00/1.00 vMB 19
830,308 830,308 0000000000000000000231b391bbd222c94ed71d214f8cfad1c0cea99e5d4b00 1,685 1.00/1.00 vMB 22
830,307 830,307 00000000000000000000a24148cdc2451cf5325a71f2c00eb0733a41db91d6ef 2,863 1.00/1.00 vMB 46
830,306 830,306 000000000000000000027d1108be4bb672fedf743e1c33900111c950f0f423e6 1,594 1.00/1.00 vMB 36
830,305 830,305 00000000000000000003a4916103ade9b924e017ae184ed15d00b3a3c8d3003c 1,984 1.00/1.00 vMB 26
830,304 830,304 000000000000000000022c9c11da8c49321856f70df55bce97c6e1b4fae6ac75 2,206 1.00/1.00 vMB 40
830,303 830,303 00000000000000000002e314d8052991f5c6bb9ba475de03c9a0bf2d43636a9b 3,240 1.00/1.00 vMB 66
830,302 830,302 00000000000000000000a5e1df81e463dcefa696a59f99ebf455dbc2febfecea 2,858 1.00/1.00 vMB 25
830,301 830,301 000000000000000000001ca672c4f6fba058d3d0aae9fe6b69dcda601dd284e7 2,138 1.00/1.00 vMB 20
830,300 830,300 0000000000000000000170bad4f05d354be43ad2d6f4dc44a34035a06bbe2e9a 3,086 1.00/1.00 vMB 51
830,299 830,299 000000000000000000020ae5864a74d7b010bbe74ceb3bd6e83c4fba3077cb88 3,391 1.00/1.00 vMB 42
830,298 830,298 0000000000000000000381d0cf8020468ea55ff224f16e0338d646e50b25c477 3,400 1.00/1.00 vMB 96
830,297 830,297 00000000000000000000f2c6c4cac567bf5b681ab05043319a324c51e3c1545e 2,303 1.00/1.00 vMB 33
830,296 830,296 0000000000000000000188efed97f534e8218aad6650d067f370bb226e624b27 2,620 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.