Loading Tool

Explorer IconExplorer

Memory Pool

48,078 transactions
30.24 vMB
0.08516169 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 4c9987fa5821beecb7e9835a6ea76562f976ae33f6b3cde68d481a11a2953c32
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 57b4b00bfc62542ac3d5cc09fa03b0eb7cf7cc6d1069596fb7d3daa8fcacbbfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.02508131 BTC
Feerates: 101.56 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (323,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,977 590,977 00000000000000000007596d5e7592502b07d0b5a92eec01c9768fe68f5e443f 2,844 1.00/1.00 vMB 35
590,976 590,976 00000000000000000010988b19c9857749b758202a6b2d3f260fbe820eae1a47 2,286 1.00/1.00 vMB 21
590,975 590,975 0000000000000000000f8663afcc5b733d55ea0e187e30e5eaf7ce4d65692bb2 2,660 1.00/1.00 vMB 42
590,974 590,974 00000000000000000016d67bd39deceb4cd4b8656fd77e39c8b48b0769d597c3 2,662 1.00/1.00 vMB 49
590,973 590,973 00000000000000000012e73e35c574a0115db9533c5a44d3e697fb0bca442f7e 2,933 1.00/1.00 vMB 47
590,972 590,972 0000000000000000001b49527be8f439a7afaf83d9fee494afdf17b86e7f94a0 2,499 1.00/1.00 vMB 67
590,971 590,971 0000000000000000000f62d61a3c8bece12707c29ae439a7e8274982f052fc53 1,358 1.00/1.00 vMB 11
590,970 590,970 0000000000000000000ce3fb29d3fea4f716a0f4e37fa2a394f34fba9b37a5d1 2,179 1.00/1.00 vMB 15
590,969 590,969 0000000000000000000c50cd74c080c025e5f8f5d7e53d2126660e87a076866a 3,048 1.00/1.00 vMB 45
590,968 590,968 0000000000000000000dd903e1e4a95b20c55f10a4c15d9830f91b190f82b517 2,491 1.00/1.00 vMB 32
590,967 590,967 000000000000000000060b525724733e74744d4be030d5de0ad75517afe56742 3,308 1.00/1.00 vMB 46
590,966 590,966 00000000000000000003e7d803e8e238f87dd6282f991cb829d16b0423084ba2 2,388 1.00/1.00 vMB 29
590,965 590,965 00000000000000000008ca934352fc908f13d486e5d08ed5edff74bf15504bb0 1,084 1.00/1.00 vMB 35
590,964 590,964 000000000000000000002b440a01d35f62617c521291730f4bb732dc7333e122 2,817 1.00/1.00 vMB 52
590,963 590,963 00000000000000000009b3f1c93d6b09a0123f86599ce84e266be13cea0f07f4 3,155 1.00/1.00 vMB 66
590,962 590,962 000000000000000000154d8a2399d405c262f4bb95e2fb67b97195a78ab04ea5 2,376 1.00/1.00 vMB 38
590,961 590,961 0000000000000000000251f1ee8e25c76e3b1c148900043d59d7d57b6197b925 1,168 1.00/1.00 vMB 49
590,960 590,960 00000000000000000001257eb622560b860e395df18681ebed4b3049efad82fe 1,375 1.00/1.00 vMB 95
590,959 590,959 00000000000000000003b3487a13766510dbd7ca33c2851cb41c88e6f97d2f00 2,455 1.00/1.00 vMB 13
590,958 590,958 00000000000000000015b1c0d588c312d58b7770bfec536c45615afb70b73150 2,259 1.00/1.00 vMB 25
590,957 590,957 00000000000000000012321665f36263312de25e5daa36c96b4e4407c9a02172 2,818 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.