Loading Tool

Explorer IconExplorer

Memory Pool

78,192 transactions
29.70 vMB
0.07165039 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt ec11a90ac63ea3e9e9211fc26c7bf91c63562439dd548c6a38424c3f9e80b2f4
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 973c4616c83cbd4d4f974be38472f98bd78d1fda54e86c238b61e9d72c36a9b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.00596375 BTC
Feerates: 50.18 > 0.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (287,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,362 628,362 0000000000000000000c93e49208cca70fb46fefffe368a17f55870f44200705 2,291 1.00/1.00 vMB 78
628,361 628,361 00000000000000000005ef98f4e8d5768cd4c0d51ec4697544dda946fbefc596 2,038 1.00/1.00 vMB 84
628,360 628,360 00000000000000000000815edc68b574150a94e084a4886dfcfb47ba3a483745 1,868 1.00/1.00 vMB 79
628,359 628,359 00000000000000000003d8ad90e2cb0e71033a0d3da5204f007254a068c8e0d1 1,347 1.00/1.00 vMB 97
628,358 628,358 00000000000000000002d8929f5ff8a23fd1bea07742268a2674966301f10d04 2,813 1.00/1.00 vMB 117
628,357 628,357 0000000000000000000a5386362e562d472c124e1f712145a41cb2d0cb399466 2,276 1.00/1.00 vMB 71
628,356 628,356 00000000000000000006b345c75af74fd83196b8b59a2dc39b74dab8073ac676 2,535 1.00/1.00 vMB 56
628,355 628,355 00000000000000000010eb6d688b38f63a868d6ba5ddad43da7671ae2bed17db 2,704 1.00/1.00 vMB 90
628,354 628,354 0000000000000000000e010950c9ff6da151eaccebfec0d9b482189b407fe6dc 2,914 1.00/1.00 vMB 105
628,353 628,353 00000000000000000001ddfc0f772aa42a6fae342f4d4db4449625c1a254aaf3 3,258 1.00/1.00 vMB 127
628,352 628,352 0000000000000000001157aa52093b4366f74a4433700981bdb7ffcb6ae03a4a 2,569 1.00/1.00 vMB 59
628,351 628,351 0000000000000000000afe5be1cf1745ada3509c77f37b85dafea7abb71fc7f6 1,633 1.00/1.00 vMB 59
628,350 628,350 0000000000000000000c368ff05a4d273b8cddbc8c7620ceed65f6f4bd2c9fe8 1,996 1.00/1.00 vMB 109
628,349 628,349 00000000000000000008ccf3c6b341af7a66f54ac3e6ed211a90915388089eb2 2,128 1.00/1.00 vMB 69
628,348 628,348 000000000000000000119c063d42e8461b811efa6e41c2e6657f4bac2f89950f 2,665 1.00/1.00 vMB 64
628,347 628,347 00000000000000000010facfc7f9fc164b5f9915cb826fbc1ae8280de3198582 2,801 1.00/1.00 vMB 87
628,346 628,346 0000000000000000000b6a9b687f4697dc6f4f8ee1d882e02245b0fb5f886a0c 2,540 1.00/1.00 vMB 79
628,345 628,345 00000000000000000009b859fd1689cf910d99b72819dde3deeef068bc5cea62 2,105 1.00/1.00 vMB 60
628,344 628,344 0000000000000000001048c7e18630da17980745a538c85d656df447da7c5466 2,116 1.00/1.00 vMB 57
628,343 628,343 00000000000000000008a42c75a5014ba9b029fe8fc4a96944566d83e0df37ee 2,822 1.00/1.00 vMB 75
628,342 628,342 00000000000000000003788c9bcde0f0eb04aadf225866247fb40eb521c4684a 2,619 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.