Loading Tool

Explorer IconExplorer

Memory Pool

43,778 transactions
27.01 vMB
0.09242984 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt 6b6f8d7cbc0bbe8dcc99792a3a1c609c0a81d1270d76e44f2dc1c0fc95741e11
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root c3c2471ad1ed1e95dfc6dd4bed2a027c75a5defbdfadb32fa2f6f5e947148742
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.04062348 BTC
Feerates: 151.16 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (570,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,115 344,115 00000000000000001829441b913087d91a4c49bc5e1747e83caf61664b2af5dc 224 0.10/1.00 vMB 26
344,114 344,114 0000000000000000064ed5784afb103c0999e9865e2c3d9ea7ee48b341be7c28 188 0.10/1.00 vMB 23
344,113 344,113 0000000000000000099b3f1f2bc1b588fdb76ade3d41bf336664e053862f79fc 290 0.15/1.00 vMB 18
344,112 344,112 00000000000000000216391dd0e8535c766516d9584cefd8691b2b2df756c965 1,219 0.59/1.00 vMB 30
344,111 344,111 000000000000000006c42a8468c40d6843be14f6212fac3be87a218c8453beb9 1,206 0.63/1.00 vMB 26
344,110 344,110 00000000000000000be1e7b66be3066fd96bb0f9e1890bd4175354f39842448d 192 0.09/1.00 vMB 19
344,109 344,109 0000000000000000188b60bdbb8dc1114f64abb1d9db361dcaf5e0fc755886ca 151 0.17/1.00 vMB 18
344,108 344,108 000000000000000002e052080c850c8a11b5bd7e57ca5d43ed42d51ea68096b9 1,576 0.74/1.00 vMB 28
344,107 344,107 000000000000000010e2cd31e92bc43c1f21cc84a0b24bb307c6c94d54c7bf6d 1,554 1.00/1.00 vMB 22
344,106 344,106 00000000000000000dba9890ec1d3576bd36ad3275f5a20e9dbc1c5a9453abf4 1,024 0.28/1.00 vMB 56
344,105 344,105 000000000000000008af849c45982c88d24e44f995962e9b1fb411ae3b082de9 1,166 0.59/1.00 vMB 28
344,104 344,104 000000000000000008561180c71b413856bb3ae4ed5102c8b9cd89aaece5eaeb 67 0.04/1.00 vMB 24
344,103 344,103 00000000000000000c1b20b03d6197157f05bf0f6dec487b3a2e807d2b0f9d43 1 0.00/1.00 vMB 0
344,102 344,102 000000000000000008600e1bdc225a3a0f3e86f327d3c5eb5574b616c68bbda9 975 0.50/1.00 vMB 25
344,101 344,101 00000000000000000b8de2e4dca0b88bd7e96aaec4de210838061e2d403b0546 296 0.16/1.00 vMB 27
344,100 344,100 00000000000000000d10bdcb4e8b3e33960bd16989f1bbf6bd4257cf617ad929 269 0.13/1.00 vMB 27
344,099 344,099 0000000000000000187ed9476b69c0f0c984c6754918b594c03ae8b5de43e943 532 0.24/1.00 vMB 29
344,098 344,098 00000000000000000af05ed4bca3def89c5a7c33344adf7e313ca69f3cf09fae 1,379 0.66/1.00 vMB 27
344,097 344,097 000000000000000005c8615ca95812ef5da96cfc74ae47e057f0e423811e6f69 530 0.27/1.00 vMB 23
344,096 344,096 000000000000000001f05b150b3245d46fb29e0d97612fece897b4a682c52be6 346 0.15/1.00 vMB 29
344,095 344,095 00000000000000000400265d5521ee710e285874531d5f18de67fbc26bd8119e 1,569 0.88/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.