Loading Tool

Explorer IconExplorer

Memory Pool

40,326 transactions
28.01 vMB
0.07930868 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 3c20c83f5a07a9692bc34a39f2e8081ce6b7958724cfa8d92164683348e20a15
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 0f6f5df43260cf8b90f504c9186505cac1d0bb1f91d34007bd0655d891fc348e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02463695 BTC
Feerates: 179.53 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (404,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,799 509,799 0000000000000000004a2cf6c3314acd274619c2e169bf8e401a1a66eac2ec43 1,373 1.00/1.00 vMB 32
509,798 509,798 0000000000000000003dc047ea52c18a0d6fdaeea6c453b40bc265b53743c5cd 1,050 1.00/1.00 vMB 7
509,797 509,797 0000000000000000002c46c2fc5337375e39f502720a3512cae376f57f1309c6 1,027 0.41/1.00 vMB 88
509,796 509,796 0000000000000000004ce07b36d7d03bfc3878a7c652af4b6ad6fc30080a41e0 1,568 1.00/1.00 vMB 47
509,795 509,795 0000000000000000004da05a99a1ec5348d2070307938c5cf4c9cb656ae45f9c 692 1.00/1.00 vMB 23
509,794 509,794 00000000000000000016c0653ec4f5d86bb2bd50c4b43f0c2e0ce0350b4dcc18 515 1.00/1.00 vMB 6
509,793 509,793 00000000000000000045d70f49b92be022463c9b826bd28ecc5e8776d796d1a7 1,918 0.79/1.00 vMB 21
509,792 509,792 0000000000000000000e4d5063d54e5c8ae57ffbfad9518ee2c1796069a08d15 2,320 1.00/1.00 vMB 86
509,791 509,791 0000000000000000004e0a1a165d339ace4c93032fee875d46f70eab1c3bfb4c 1,878 1.00/1.00 vMB 54
509,790 509,790 00000000000000000037de23151296f31afd59a04def48e312f7253a4a604147 134 1.00/1.00 vMB 4
509,789 509,789 00000000000000000029fff7e6d739918e0f599ba0448c59a17e7944c3c39e21 276 1.00/1.00 vMB 18
509,788 509,788 0000000000000000001befeb5e952cb1ee089fb3848e2c95f1102596e450e12b 888 1.00/1.00 vMB 25
509,787 509,787 000000000000000000125c35ec0599e5d9983fe240c620ab66405d49bc715f67 1,078 1.00/1.00 vMB 25
509,786 509,786 0000000000000000002353c0136c9929b66744939314b1a52607a2dcab4cdcb6 1,545 1.00/1.00 vMB 43
509,785 509,785 0000000000000000002fe58bd52deab6ebc8e33a70763ea60462428bd2eb12e4 1,714 1.00/1.00 vMB 13
509,784 509,784 0000000000000000002570fcf77d7fcb6eafa8f94cec48228eb318dcb1193636 1,966 1.00/1.00 vMB 57
509,783 509,783 00000000000000000041ef97b87d8b37adf67a41f69e3af67b6e81925a609760 1,860 1.00/1.00 vMB 50
509,782 509,782 00000000000000000056cbfd87da2678748f99621b2c8a29b076656219b2d813 1,485 1.00/1.00 vMB 58
509,781 509,781 00000000000000000039ec0f80373dda01fb740a15cb954fc7d5cb2049d7fcee 1,427 1.00/1.00 vMB 82
509,780 509,780 0000000000000000005745d0b3537e7d4f08de7c4a5a0cef4ff81764d96a1978 1,492 1.00/1.00 vMB 60
509,779 509,779 0000000000000000003fdac52a664fc97d266eecbbadc006c44ea019f67d4bdd 886 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.76 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: 632.18 GB
    • Received: 12.10 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.