Loading Tool

Explorer IconExplorer

Memory Pool

30,324 transactions
7.56 vMB
0.08430615 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.65/200 MB

Candidate Block

Mining Attempt a5a9fc62bd7ae67fa30822911ee21247349f478f3800e46530ccfec690446f2d
Version 20000000
Previous Block 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27
Merkle Root 0989e53e89954934639793a806fc9e1392a66b2f3efa05c9e1631924e85e971b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.04586226 BTC
Median Feerate: 3.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,209 (760,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,610 152,610 00000000000001536d7656ed46fb90af7a8b1a9e14b9ea1dbe46a9cd2b3dd961 0.02 MB 26 319
152,609 152,609 0000000000000c76031e9db8676a01e455d8b64f132950054a584c48286cae76 0.00 MB 9 0
152,608 152,608 0000000000000a8100c3d712366b59a10f07f2f02cc99fd6d08ace917d7ad628 0.00 MB 1 0
152,607 152,607 00000000000009c36bf2fe81d7c803cd86ba285ca45f96992a0b4c86bb7b9779 0.04 MB 124 37
152,606 152,606 0000000000000741d3cf3491371bd5629830d0e073b3a3cca155de78f0e5e60e 0.01 MB 35 313
152,605 152,605 00000000000001e93766c78e84809ff537a56eb38cbac7f47d322d9d9f638eac 0.00 MB 11 329
152,604 152,604 000000000000071faa1542fe726fdb747a251195327306c18dd0d2419b2bb3bf 0.00 MB 6 56
152,603 152,603 000000000000043f76e4de8440b9a4020037b26ec9e2e30c5f75157ae03564af 0.05 MB 102 78
152,602 152,602 000000000000048355ca6b5c01feb3ac8df61a2f2349eff13f90359b814931b3 0.01 MB 20 335
152,601 152,601 0000000000000cc231fe9ecb8b5f3c7445de8772d50b48f19672c9db5f5f3d19 0.01 MB 23 105
152,600 152,600 0000000000000375fd57a15993be226e0d45921ad4b994893a9c931f0e5468c5 0.01 MB 19 209
152,599 152,599 00000000000006eb935b559482fba7d3c7a057a2a50b7fcb7953249e2c37222e 0.00 MB 11 43
152,598 152,598 0000000000000d477f34036cc0977d8e63d9a0b60198416dda0893cf3fd4a29f 0.01 MB 23 211
152,597 152,597 0000000000000a78d74ad9e53fcb60c06b1a9ea3c3473131dcd9813de5f66d98 0.01 MB 14 236
152,596 152,596 0000000000000146bac97ddc0d0faa30f4a2847fecd6dd5a5a87bb4e4f808704 0.01 MB 29 40
152,595 152,595 0000000000000542d7962fc05f7843d1e3c31805c3bc5bb80688169fdede8ae5 0.01 MB 19 101
152,594 152,594 000000000000018d2ee6075622443a35082d78fa61f9dfe7f1fa9760e3681a90 0.02 MB 39 128
152,593 152,593 0000000000000737bd972268c0dcbdf915fd3153782eb968075fa29db4bb7522 0.03 MB 43 117
152,592 152,592 000000000000013c75a806035e1f6969c1f9bdf8f89c75be022dae732db3f509 0.03 MB 27 98
152,591 152,591 0000000000000b9a2780de8afa22e10975edc9253c3e941b430ffefc2977b29b 0.00 MB 12 348
152,590 152,590 0000000000000a763957790cd379c0f3c6d414e4e006a6eec1599a76f7b5dbde 0.02 MB 31 57
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 18.52 GB
    • Received: 0.38 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.