Loading Tool

Explorer IconExplorer

Memory Pool

81,306 transactions
31.56 vMB
0.07462418 BTC
Random Selection Loading Transactions
Max Size: 191.73/200 MB

Candidate Block

Mining Attempt 43525277c3d97cf2ee9f7a8fcf7318d6f199a64acb47901bb526a18adc28e0ad
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 731807d439889d65e7e7f5fc634dc071a9b9a6193c01c923726d62419f89820a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,405
Size: 1.00 vMB
Total Fees: 0.00608497 BTC
Feerates: 70.37 > 0.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (515,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,249 399,249 000000000000000000008d80a21322fc1fd9e421b30cb040a6b67fbd6d07a721 1,959 0.75/1.00 vMB 43
399,248 399,248 00000000000000000483b571a7179dc39c260e4c1636dc85fba68530cba8b65d 935 0.93/1.00 vMB 18
399,247 399,247 000000000000000004b14d1a2b43cf9368153d97e7eaff87df94f9b4aa19ccd5 1,501 0.75/1.00 vMB 37
399,246 399,246 0000000000000000009d64d5690b867feb7bc328fb6ffbe53f484d870aeb076f 1,883 0.95/1.00 vMB 29
399,245 399,245 0000000000000000054b6d4295d64ecf01554ec1e5b91bef8eea8638a70c8f5a 2,943 0.93/1.00 vMB 48
399,244 399,244 0000000000000000017d95156b3feaa9f47eb083443b9467708b9f1075eaa501 1,045 0.93/1.00 vMB 115
399,243 399,243 000000000000000000be626adf76335d94626392380cf463f4e6163e704973b5 1,787 1.00/1.00 vMB 36
399,242 399,242 000000000000000004863eb6a95bb4ded8f56ee93ccfb1c31e216a8eee767e10 1,745 0.75/1.00 vMB 31
399,241 399,241 000000000000000003c13be5c0dee0a7a99ccd25d767e05183d7932c39d7561f 2,727 1.00/1.00 vMB 43
399,240 399,240 000000000000000006973652cfdaacca9a8588ad2aa66c4d82a11cef2213a58c 3,009 1.00/1.00 vMB 59
399,239 399,239 00000000000000000557aa208e3d917c37dfe81461f6c2cbaca9ab47bddc84e5 1,230 0.90/1.00 vMB 24
399,238 399,238 000000000000000004c39405c8a0f3325a21756c4dcaab896fb3715e54e0d684 966 0.51/1.00 vMB 34
399,237 399,237 000000000000000000697686d2785c1ab29bf17b90a3d33eb2e6c21b57814e76 460 0.64/1.00 vMB 15
399,236 399,236 0000000000000000014a1a1cd266789744807a6753d836c36767b42b14bf45ff 2,133 0.98/1.00 vMB 40
399,235 399,235 0000000000000000039f6320fb58d265104786b57cf7616c251ad1f7f239dd9f 2,492 0.92/1.00 vMB 47
399,234 399,234 000000000000000003b5be90d3a1460248f3b42861798015b1079fb0683e9f6a 765 0.99/1.00 vMB 15
399,233 399,233 0000000000000000030c9f689b424bf72fc56d66a80fd3ffe1a15e008d9e9974 2,712 0.93/1.00 vMB 76
399,232 399,232 0000000000000000019e51470a5bb00b66095f0e87703c7f4884971599959567 1,607 0.91/1.00 vMB 32
399,231 399,231 000000000000000003ea997fd5640b07637985b17d7e60eb266ca782bed0417d 2,086 0.92/1.00 vMB 41
399,230 399,230 0000000000000000022688e13e499778c0b4a2b5661df377564e07633cd1dbb9 2 0.00/1.00 vMB 0
399,229 399,229 0000000000000000009aa52dccad0bb85fa98bfb3f27835d8c5eb6a1d32cb984 8 0.07/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.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: 708.96 GB
    • Received: 16.80 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.