Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.15 vMB
0.09055216 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 0a9e3221c9df1f44b9aa4ece329a4226c06d10377fba1266a53bc1baef9c9599
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (433,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,589 481,589 000000000000000000d65f1039d10c3becb8ee1a252b4df1534b391a1246adac 2,007 1.00/1.00 vMB 367
481,588 481,588 00000000000000000021cdc0f790feacd141bea93519c8ea261ed2a3bb1ef881 2,232 0.99/1.00 vMB 375
481,587 481,587 000000000000000000793ee01f361b23f3d30bef745fc0f6c12c5699104754f8 2,323 1.00/1.00 vMB 393
481,586 481,586 000000000000000000b4ebac636231c89a5d89df9f4ddf06c74424f3fd0e13a7 1,922 1.00/1.00 vMB 342
481,585 481,585 0000000000000000010c712a2d5984281977cb8ee46998a10ce48939d708e90d 2,701 1.00/1.00 vMB 355
481,584 481,584 000000000000000000f881895715bc9a62a56e61c8ec3454baf369c681ab5d67 2,108 1.00/1.00 vMB 405
481,583 481,583 000000000000000000907a138ce3e70d9477d763565fc19a5a9ebdc7f630e81d 2,370 1.00/1.00 vMB 302
481,582 481,582 000000000000000000283702c5fff323914093cfcfe13f68b53f5f52aa64b170 2,235 1.00/1.00 vMB 317
481,581 481,581 000000000000000000dd3720f25252fe45d759d3b7cb7d56cdeec9f41f16a007 1,997 1.00/1.00 vMB 275
481,580 481,580 000000000000000000c066f207fa12e5903d8a689a608116b5f4e4c0d820e111 2,356 1.00/1.00 vMB 209
481,579 481,579 000000000000000000d925f16225adbf5dcf0c81a196e3f17f171e860798b93c 1,797 1.00/1.00 vMB 226
481,578 481,578 000000000000000000f7d7a388b6aea116da38cd6845e5de101d9929a6b55aa5 2,218 1.00/1.00 vMB 315
481,577 481,577 0000000000000000000ee6b5240292ae12412d0fc0fbbda7f5df8c7e25246fb9 1,647 1.00/1.00 vMB 313
481,576 481,576 000000000000000000df9bc386206dd51bab33b5e72b01bb9a59f54827612e1c 2,256 1.00/1.00 vMB 299
481,575 481,575 00000000000000000047cdd031c083d07c6b0c180334cdc23baa0dd0641aa1f2 1,986 1.00/1.00 vMB 279
481,574 481,574 00000000000000000019740cc751aefbf32295d0ea1a7a5d502b48f79ffbd044 2,178 1.00/1.00 vMB 331
481,573 481,573 00000000000000000045a233596e8fa1907765b8238aa5bd6c0fc08cd958730d 2,206 0.99/1.00 vMB 338
481,572 481,572 000000000000000000f09313e1060123aa45c3c8cd642721a7ec3ca1d7dad882 2,292 1.00/1.00 vMB 408
481,571 481,571 000000000000000000cd6fdbc39adbd4486d3b36f4588f64532c54c33cf946e2 1,951 1.00/1.00 vMB 309
481,570 481,570 000000000000000000ba3229658a3265f449f3a6ab202db984d529bde4eae85e 2,170 1.00/1.00 vMB 340
481,569 481,569 00000000000000000011a10a75a8ea06cfaf1ce7f993e60c88ce225e2ddee831 2,366 0.99/1.00 vMB 386
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.