Loading Tool

Explorer IconExplorer

Memory Pool

83,613 transactions
30.73 vMB
0.12187738 BTC
Random Selection Loading Transactions
Max Size: 185.05/200 MB

Candidate Block

Mining Attempt 1246391cec15fbc89c4f5ae939d039baaf77e5ad6f258c3c8d267182b4ab0003
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root cac7378ad388dda76f18beea54e171e73b29fb2571277b4aafefa6594b2b0bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.05644372 BTC
Feerates: 526.32 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (361,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,813 553,813 00000000000000000006854c0117a2e77d2b83f36e3132354f07d4a4bd2b457a 2,834 1.00/1.00 vMB 13
553,812 553,812 00000000000000000021906f1a61a75ff0f23f4c287f739feb39c0465c5b20c8 2,577 1.00/1.00 vMB 18
553,811 553,811 000000000000000000014484d3a5ebc91f2173013a566923e25c0388031a4da6 2,926 1.00/1.00 vMB 19
553,810 553,810 0000000000000000001b1ece3350a6d7c5db75c311815a7c6c690bab47ad173c 2,862 1.00/1.00 vMB 37
553,809 553,809 0000000000000000000f8a026f7b04bc9ea38d28b25cca052e2b6a67b95f203a 2,269 1.00/1.00 vMB 14
553,808 553,808 000000000000000000018bec6e07acaaed66bb8f953373c91f257a1908c78967 3,127 1.00/1.00 vMB 29
553,807 553,807 0000000000000000000151923f5e97868e4c1fb543078a9780258ff845779a51 1,919 1.00/1.00 vMB 13
553,806 553,806 000000000000000000094f1aa0e296493880a4ce1a30f29ecf313f6536b73d72 2,177 1.00/1.00 vMB 29
553,805 553,805 00000000000000000005cf5a51c88ee7b631d4cce9b414b052a3328f2974c569 2,836 1.00/1.00 vMB 46
553,804 553,804 0000000000000000001be5e61d19cef6cbf76e529f14c8794672c290b93c00e8 2,248 1.00/1.00 vMB 16
553,803 553,803 0000000000000000000faa0acbf260ac7ce487966ba6f20704fb30a4c325bddc 2,843 1.00/1.00 vMB 28
553,802 553,802 0000000000000000002a06647e578828537904c0e8fb36aecbdd7822be407edb 1,981 1.00/1.00 vMB 19
553,801 553,801 0000000000000000000f20295aea2845e7814d7618e108c0f0869120555512ce 1,566 1.00/1.00 vMB 9
553,800 553,800 00000000000000000002bf854821a018ccdc37881eceb7372c43685909129035 2,851 1.00/1.00 vMB 24
553,799 553,799 00000000000000000026a13715c768d33940267286988c69d49f8d0036fdb488 1,600 1.00/1.00 vMB 17
553,798 553,798 00000000000000000001fe85e49a8b6180d2b0bef67253c2be55fdbbb929aabb 2,080 1.00/1.00 vMB 14
553,797 553,797 0000000000000000000bc4807d55819055100532645e5a24d46afe7fd264b663 2,253 1.00/1.00 vMB 13
553,796 553,796 0000000000000000002760eb8ea14e7a1908892f20cee0d4cdfab9e3896db34f 2,844 1.00/1.00 vMB 67
553,795 553,795 000000000000000000106fcdcde0d58fda625d3bc5c3b2b8b040b68b60609bd6 2,809 1.00/1.00 vMB 36
553,794 553,794 00000000000000000018ab04744b840967f70bbd57c726884fa8f14a10877ea2 1,965 1.00/1.00 vMB 26
553,793 553,793 00000000000000000013b91127fd8d0857b7b084bf73c930ffb3efa9e599ef0a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.