Loading Tool

Explorer IconExplorer

Memory Pool

35,768 transactions
25.08 vMB
0.04917098 BTC
Random Selection Loading Transactions
Max Size: 128.43/200 MB

Candidate Block

Mining Attempt 0824fe8e7f5b28e4038ed04061340dd98305e4faa09e1502aea5deb9a11402e1
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root 06ff356776a6aaddce5df4c7b97e9c4331ba5a55f8699080dde1c6d6ee752fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00426424 BTC
Feerates: 60.16 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (862,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,858 51,858 00000000191135498c0681d8a05d341cc0796888e62fdf3934704d5be3e870c0 1 0.00/1.00 vMB 0
51,857 51,857 0000000007e5654d46294024dd305926d4e871c54df7bf9e5e45a9276616915d 1 0.00/1.00 vMB 0
51,856 51,856 00000000034d16bc65ea2253ec502268c7b4125fba869bc07ec6590f69e88649 1 0.00/1.00 vMB 0
51,855 51,855 00000000017d49a9116ef6e34b44fb55fbad6d3658fa9ac994f89f5fd0c4df46 1 0.00/1.00 vMB 0
51,854 51,854 000000000ebc7d67d8185976ac43a5d2ff7de571373d8ac11f9632a6e6bb0e53 1 0.00/1.00 vMB 0
51,853 51,853 000000000a44ef0719df11ebe302d04677da66cd802cc4b405289ebd7e30728d 1 0.00/1.00 vMB 0
51,852 51,852 000000001648475ab239c36e30e21efd2eae5ae82474a8b0265b2923fc988a46 1 0.00/1.00 vMB 0
51,851 51,851 00000000154cb7467476d4372783e64fa0ad03c6bb3d9d3460ed2475ff1e615b 1 0.00/1.00 vMB 0
51,850 51,850 000000001cc6f2db4cbe200d386b4caa71ee26ffe5c995183c74c6a02a914f53 1 0.00/1.00 vMB 0
51,849 51,849 000000001c7b12bf6313dce93e30ad1a69b48211f455ce034bcc2b93b1b60cb1 1 0.00/1.00 vMB 0
51,848 51,848 0000000007b2035099efe199cfbd09c70ad18c065bdd9677864a0a605fdc26d5 1 0.00/1.00 vMB 0
51,847 51,847 0000000016641ec518f9459269bab13c2dbb7aa0be4af930e8a093ec17524f2c 1 0.00/1.00 vMB 0
51,846 51,846 000000001d0643c5a24eee91d365dfaa9505b972b84660dd43870e1c1561d85f 1 0.00/1.00 vMB 0
51,845 51,845 000000000715a1c979499869e85c1c7ec022aac7a15f11b895e4044d48802066 1 0.00/1.00 vMB 0
51,844 51,844 000000001ce3218520a0344c00624da18861b6dc391f2d97f2c173829f0a511b 1 0.00/1.00 vMB 0
51,843 51,843 00000000058b6d99dc6f1e1f095e3434b87d151f36c9c7f73aceec8bacedae5a 2 0.00/1.00 vMB 0
51,842 51,842 00000000053e0180134f6c6aa294a29d3ba0c7b01ee794ebbd2ee37131aedbe2 1 0.00/1.00 vMB 0
51,841 51,841 000000001f06abd780f8abd6a54400f999d6a19b298736f31ab7cd41b89c470a 1 0.00/1.00 vMB 0
51,840 51,840 000000000db3127247096658a12622206f62f08929d8f43435ca69a149440383 1 0.00/1.00 vMB 0
51,839 51,839 000000001d52b7c12456599bc6c825141a0c2ad45b512e7529d6fa17935bac67 2 0.00/1.00 vMB 0
51,838 51,838 0000000017f2a84b5ddd95497277584a79ff8c027e7e91132daecc47f98f541a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.