Loading Tool

Explorer IconExplorer

Memory Pool

40,816 transactions
25.91 vMB
0.04997699 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt abad3702cbf584b09019e827a4c7dbdb97af917736bd2e84eb6f58ab6d745b84
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (737,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,938 176,938 000000000000005d98e51af0a1887f95c58d8963b418dbf1e5a5ee21fb627727 135 0.05/1.00 vMB 136
176,937 176,937 0000000000000709d6ad7bd07190a17c193d065cf3e24cf2c927e4e0b0053d71 34 0.02/1.00 vMB 35
176,936 176,936 0000000000000a46b8926c734ef35ab5c6010913f22a7004146012f57f8096fc 100 0.04/1.00 vMB 128
176,935 176,935 0000000000000309688fb2f7e6f5f9c1f38f15d384c3973d3d0dac9235d68c77 44 0.05/1.00 vMB 182
176,934 176,934 00000000000000f7f6f241e8ec0c9477587f3df950d255ec962c2ef230cfe071 95 0.04/1.00 vMB 64
176,933 176,933 00000000000004b8fb017c92a092ba10ddcde96aaf55d24d09daffebcce392d5 179 0.05/1.00 vMB 7
176,932 176,932 00000000000000d513886555dc6a2ff9616264f3250a1d77071780664896ac30 103 0.05/1.00 vMB 95
176,931 176,931 00000000000004645b47ad65474a272f65d5b37acf3b35f7390ac0a063e52ba8 119 0.05/1.00 vMB 5
176,930 176,930 000000000000055f4f11d3a8a001c330e0932a237e0e6cbea474798a223e9e50 81 0.05/1.00 vMB 87
176,929 176,929 0000000000000a4d5d7b3bf2fb527ceb9e609dcb95f8f52f86aeeef8e3b52464 113 0.06/1.00 vMB 365
176,928 176,928 000000000000041dd3b17c6cbc9cc8cbae0b402163da523b824da099fa21e206 147 0.05/1.00 vMB 123
176,927 176,927 0000000000000261a542882b1e19a0dbf54bc652aee0ee303a2f98588b4990b7 96 0.04/1.00 vMB 109
176,926 176,926 000000000000089c657c6ff45a4e5d530a17726a47b851f247ad84032d0982e9 133 0.06/1.00 vMB 185
176,925 176,925 00000000000000430e73376f927b267b1ac87c0862052d95691bcf05371988b7 41 0.07/1.00 vMB 111
176,924 176,924 0000000000000661b54aa4026101cdd7b594ba8effb98b968c40ef1418ce74c9 18 0.01/1.00 vMB 322
176,923 176,923 00000000000006047089e6b4e200e4ab6003b51e390ad3fe49d9c79b4a1ba9b9 4 0.00/1.00 vMB 76
176,922 176,922 00000000000008d0119cb28dadbabcc3824b1dc40309d0c0809412dc502e02d3 24 0.01/1.00 vMB 215
176,921 176,921 000000000000091cf790bc1dbb73f9fcbe9897d782608b6ce3dc70fe4b5c6939 152 0.05/1.00 vMB 183
176,920 176,920 00000000000008d7da290ea8737e664653757d0b0cdcd39962f5b5f395907a66 10 0.00/1.00 vMB 33
176,919 176,919 0000000000000397d08c8d2e812eb838c9d3ba7cf37de2fbb7e49f319898b6b5 11 0.00/1.00 vMB 0
176,918 176,918 0000000000000a8e3d0bcc251f41fba0e88e4a1efa69b99d26fa3af09458963b 22 0.01/1.00 vMB 582
Previous 10 blocks ↓
Total Size: 781.99 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: 648.69 GB
    • Received: 13.06 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.