Loading Tool

Explorer IconExplorer

Memory Pool

76,266 transactions
28.26 vMB
0.09209976 BTC
Random Selection Loading Transactions
Max Size: 171.49/200 MB

Candidate Block

Mining Attempt ed6012cc0b5eabe8a07e64ea6c1b5b90ac7a3f103665668c2ec30c8808cbe09c
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 44e8787d7bc5c285cbb2dc2776c6fe443129ed24950b84e2898722778bb5c975
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03010630 BTC
Feerates: 402.60 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (259,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,680 655,680 0000000000000000000b5ce5359ab10316f39e8ad3c295aafecc54e72a67644a 2,173 1.00/1.00 vMB 101
655,679 655,679 0000000000000000000f7e0f88386122bc0ae61678e75be23ea3396b1aaecd1e 2,543 1.00/1.00 vMB 243
655,678 655,678 00000000000000000009a703ca7ef1f45d9e35b5ef76754dea865e355f6a5e50 2,036 1.00/1.00 vMB 310
655,677 655,677 0000000000000000000fcd9840e3c3afd2c2d7eb4a314523051906ff35e27d49 2,264 1.00/1.00 vMB 264
655,676 655,676 000000000000000000078c46f445ca33b533d5eb424e942c3ada6963cd454da1 2,805 1.00/1.00 vMB 153
655,675 655,675 0000000000000000000c6af3744623244c288404e7e10ccda69a013f4f4134c3 1,107 1.00/1.00 vMB 243
655,674 655,674 0000000000000000000e4098c9037ecc439f969b205da6775d149867f8f2059c 2,827 1.00/1.00 vMB 291
655,673 655,673 00000000000000000009275eb3c29812ac061b6a1a8b1fdd08e1eba0ce6578d5 2,829 1.00/1.00 vMB 345
655,672 655,672 0000000000000000000f0f392967411c34019a3be91b3dbcf33dd9abeff7e95b 2,073 1.00/1.00 vMB 34
655,671 655,671 0000000000000000000aaac9536063cdede50618e73584cc7f3926cbe1ddaea6 2,191 1.00/1.00 vMB 33
655,670 655,670 00000000000000000010475430de051a32de6fbf9f429c5946a9d6f8a40055ee 1,918 1.00/1.00 vMB 140
655,669 655,669 000000000000000000056e225f6a20cd8f0d7521a53b65a6b8a60986f8edf10e 2,305 1.00/1.00 vMB 127
655,668 655,668 000000000000000000057db277680ddfd16dd78650fbe39209608c18de44e7a2 2,737 1.00/1.00 vMB 273
655,667 655,667 0000000000000000000845735fd276d19c11ff8504c60e9a33baad405b250f50 1,969 1.00/1.00 vMB 79
655,666 655,666 00000000000000000000bb7628e3d02833e9b78f256e7e3d74a853f86e5974a3 2,985 1.00/1.00 vMB 284
655,665 655,665 00000000000000000003b706ca088fed282c5707047ec1e119ec337322f26ef7 2,479 1.00/1.00 vMB 98
655,664 655,664 00000000000000000009b94393e5b0854f24f1d3f37263d812605fae029c9a51 2,334 1.00/1.00 vMB 33
655,663 655,663 000000000000000000030aaa37a5c88b03d150a4397b1a28fe59c0bfc1143e05 2,413 1.00/1.00 vMB 58
655,662 655,662 00000000000000000010b75e91c79bf651c462246ad7dbaf937bcf5db0e1f03f 2,459 1.00/1.00 vMB 117
655,661 655,661 0000000000000000000cd477921ad3d32d02ee71c4be2e32bfe3d7393ffbdef7 2,175 1.00/1.00 vMB 135
655,660 655,660 0000000000000000000f695cf725ba1b3358a9e7640b4c5feb4da936b68b99b7 2,497 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.