Loading Tool

Explorer IconExplorer

Memory Pool

77,269 transactions
30.81 vMB
0.14014648 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 1afd72ea409f65a191b0212168e11394507561950ffaf18fdb3a7987770ea3f1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 551e97bd0ae87da4a6318a9c49a94af73ecf05c7ebbc57ec5b7539f3ebbc0ef1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.05117907 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (351,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,869 563,869 00000000000000000018bd4480c1c67f52690647888d1639bbc82d4bee4f5f52 2,910 1.00/1.00 vMB 22
563,868 563,868 0000000000000000000df0e8b9b39803a59fe517fd587f747e9b78710598d862 2,679 1.00/1.00 vMB 5
563,867 563,867 00000000000000000027f73fae88ff28cbc6f0312796fca802f76b26b3e071bb 2,821 1.00/1.00 vMB 30
563,866 563,866 00000000000000000004cffe80ed8071be5302164f328870ad8a9fd185a2f0b6 2,365 1.00/1.00 vMB 33
563,865 563,865 0000000000000000002800d116a08f22527b9146337fca32fde3b650b5e19512 2,268 1.00/1.00 vMB 34
563,864 563,864 00000000000000000022223842b109ef94a5c2f6caab8097a23d4ddc2d819f23 2,694 1.00/1.00 vMB 8
563,863 563,863 0000000000000000000532b7125c174e027467ea5c26ff2b6bbce3535ce50cb1 2,216 1.00/1.00 vMB 31
563,862 563,862 00000000000000000019063e779a246fc8ffe777eb6290b516cea229f0fa0874 2,495 1.00/1.00 vMB 15
563,861 563,861 0000000000000000001626107b28698cb38c643a283cbed76c9f5f8767d94d40 2,350 1.00/1.00 vMB 10
563,860 563,860 00000000000000000015b8db62b309b814f480e23d8e8a0273b7e92e564a6610 2,445 1.00/1.00 vMB 29
563,859 563,859 0000000000000000001cc0a37dbdf7614a4ddc1f7f4613d9bf60d2ea1f5e8566 2,753 1.00/1.00 vMB 20
563,858 563,858 00000000000000000005b153472df0fa28c318287d7c3ee5b590713444db3020 2,537 1.00/1.00 vMB 36
563,857 563,857 00000000000000000005544d6d0e4e17832519d89d56f44c127c5cc0fb0ec25f 1 0.00/1.00 vMB 0
563,856 563,856 00000000000000000029e036d01947c65380d832a29c7af84d2fcbfcdeaea335 1,653 0.55/1.00 vMB 14
563,855 563,855 000000000000000000280010dd32b56cb6f1d7b8ef6a896ff11685832086be2d 2,691 1.00/1.00 vMB 18
563,854 563,854 00000000000000000006c5a1d7f04bfae1d40be715345caa672637747b11cc7a 2,644 0.93/1.00 vMB 13
563,853 563,853 0000000000000000000824a5fcd346de9d94bd182b4b419823d7be97ecf3629e 1,442 0.87/1.00 vMB 7
563,852 563,852 00000000000000000016de3d7c1d417bff69fd6c0654b182e3bff1fd85d17f9a 2,009 1.00/1.00 vMB 8
563,851 563,851 00000000000000000004f8c17be15da0fc803b4a0c2ca59e944fb91d0e235fcd 1,569 1.00/1.00 vMB 6
563,850 563,850 0000000000000000001844edd49aff65dc7124486dcb5bc42f7b62f379d41b40 2,652 1.00/1.00 vMB 13
563,849 563,849 0000000000000000000bb03a224520c5ef7d3270d06c0aff09f39a003033e842 2,574 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.