Loading Tool

Explorer IconExplorer

Memory Pool

42,340 transactions
33.25 vMB
0.10737190 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt d83931b4a2b54f93aaab0b76caa196d33a8c58b1f5e98a2da6b38ad35113a1c2
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root c7583b4d86821f3a466cea3be2b7e6d400a98520ce45b105543485b5206d88ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.03446893 BTC
Feerates: 501.64 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (799,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,469 115,469 000000000000a694c008c0e536e95c203be3e1a499a97cd456402fb3e7ef6bc3 7 0.00/1.00 vMB 634
115,468 115,468 000000000000c407812586b5f13f43a3c7736ba89533aae2d7fc0ad47cd4c92b 16 0.01/1.00 vMB 1,777
115,467 115,467 0000000000003bb8c5472a612a9014449fd13c342a4a059aa8f4a0d26c401209 9 0.00/1.00 vMB 657
115,466 115,466 000000000000bae9c62dfd904bbcd8cdeb96b174362ea3f0ced9ac992708afc2 1 0.00/1.00 vMB 0
115,465 115,465 000000000000c72acada445ecb81aa3d5e016d63c6be2b092543a760e3a022de 103 0.03/1.00 vMB 0
115,464 115,464 0000000000008ec9fb7cf1f45831fe5ef2e71df17d96da99f65747b0044d4202 13 0.01/1.00 vMB 460
115,463 115,463 0000000000001e1ad99dd421cf5a605145350c1a25f990134b52198813389d13 10 0.01/1.00 vMB 639
115,462 115,462 000000000000e522fedd912cd3453e6e67af119a23eb4fb2e1201578e50b1a19 31 0.01/1.00 vMB 1,831
115,461 115,461 000000000000a52ba11658ea8c86b7f92a537d71cd583a5743830e4ae82855b2 4 0.00/1.00 vMB 0
115,460 115,460 000000000000b316204556c7d7417527ff7eb83910f8e55dba21181d794bef5a 14 0.00/1.00 vMB 812
115,459 115,459 000000000000bb5bc11e17cc01046e07775194d8d0c70e8c7d8b4cc601d29371 6 0.00/1.00 vMB 0
115,458 115,458 0000000000000137256665f7409f7f73db6d45debea3937f5e4ad53bac360db2 3 0.00/1.00 vMB 0
115,457 115,457 00000000000032eb5f5bb7a5386ea39c0e649b881e4f7304e2886749d1e6b175 13 0.00/1.00 vMB 0
115,456 115,456 0000000000009b9ad7970d57247d161960980f059c74acf6ae319d12e0f827c7 11 0.01/1.00 vMB 777
115,455 115,455 00000000000096f8b45ce3db4f54b23609e73395a3415dcbc02aed05c75ec17c 7 0.00/1.00 vMB 0
115,454 115,454 00000000000008ee7c8e2d3a9887897ea7b97f00d5fa2a203989c81e775f9d4d 8 0.00/1.00 vMB 333
115,453 115,453 000000000000d7fcfca7436d241d484210c7b631a6918dfb3cdb628e5b871302 18 0.01/1.00 vMB 996
115,452 115,452 00000000000037cf4f73afea864e7627ab2322b33adc504a554a529d7fcc87ae 10 0.00/1.00 vMB 691
115,451 115,451 00000000000054252f7de150b923518f9ae9b19482b45509cb5361085b498f3e 1 0.00/1.00 vMB 0
115,450 115,450 000000000000ae4c1ba1c27df3c375c177de0c50600e45920335466883ac43c8 12 0.00/1.00 vMB 314
115,449 115,449 0000000000000db635bdfe70ccb463eea3c23e9e48539057fe0d77d918a491fd 14 0.00/1.00 vMB 1,576
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.54 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.