Loading Tool

Explorer IconExplorer

Memory Pool

34,367 transactions
25.67 vMB
0.06216077 BTC
Random Selection Loading Transactions
Max Size: 130.19/200 MB

Candidate Block

Mining Attempt c104c22348bb8385333cac64da0ef9ad8f55f1408daf0d94329374c937409f1a
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root a2a9693e488a13ff2aad9369568a0cb4e6ebcff0e59133d4aa9f1d5c8a1c12c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01541050 BTC
Feerates: 101.16 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (572,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,882 341,882 00000000000000000792d37d84431aa7d4bd0b4500cdd4bd23ff0dd7e3b0e987 464 0.24/1.00 vMB 27
341,881 341,881 00000000000000000ea6fc46f33740d8164e7acd7baab1b5556c57aedd1edbd6 985 0.51/1.00 vMB 29
341,880 341,880 00000000000000000c8525a63062d49b7cfbd9db25db398ab4e68643a5334416 233 0.13/1.00 vMB 25
341,879 341,879 0000000000000000122e3892fcbd799980acfd64c99f5a14abf4819382e4dcf8 191 0.12/1.00 vMB 21
341,878 341,878 00000000000000000f04849edf362fb7cbde1170da5a6c6b72a154519888c090 456 0.23/1.00 vMB 30
341,877 341,877 0000000000000000098ae90a30298c716e917b2fab1bd9270f1d63979f75732f 73 0.04/1.00 vMB 45
341,876 341,876 000000000000000009a04174bfa5797f22c4eff680a6f26112696202f86c3dd3 489 0.28/1.00 vMB 21
341,875 341,875 00000000000000000c0ce21f018f9640f4266fc5442c61d294930d0a73d8980b 1,403 0.75/1.00 vMB 26
341,874 341,874 00000000000000000a6ccaea07bc106448a5e6bc7f09d1cee0bf9369542b8b13 232 0.14/1.00 vMB 24
341,873 341,873 0000000000000000162d0fbd1353c96f8205db7b8f22606cc30fdb5f3f2dbfb8 238 0.14/1.00 vMB 22
341,872 341,872 0000000000000000044bab7cb119b8f1f910177d3e0a47c5efe1b68c89c91dbb 20 0.01/1.00 vMB 12
341,871 341,871 0000000000000000066c718262182021222f40339c0d1f015f2a1bf714650f84 91 0.04/1.00 vMB 25
341,870 341,870 0000000000000000091195519f33d6c69dd46f9f0605934a67916e6e2d7a0e03 111 0.05/1.00 vMB 21
341,869 341,869 0000000000000000050d7ee19e23450b6eedd7a46820065a9ef03ad6fe8b430c 1,234 0.68/1.00 vMB 24
341,868 341,868 00000000000000000b22bf15f1e606fcddd7610cdda1b87f43ef3cf244be91ca 491 0.26/1.00 vMB 23
341,867 341,867 00000000000000000753982b1e6bf854dfe63b8241bd598402216894906e4d39 261 0.15/1.00 vMB 23
341,866 341,866 00000000000000001335222698e76bc2f7eb656b8896b3e07fd25fa772d7a963 256 0.10/1.00 vMB 31
341,865 341,865 00000000000000001233f954c8b62ba844bd9f7347b82246f015fee9ee63c40c 22 0.01/1.00 vMB 14
341,864 341,864 000000000000000012f30d6ee4d8dc3aa9baa554a6798ae29f588a2c5ed87a4b 253 0.13/1.00 vMB 25
341,863 341,863 00000000000000000dfe0ee4824fc5e7da1d2129a0bf0b2e9e35927e7e9b810b 308 0.14/1.00 vMB 26
341,862 341,862 00000000000000000f8f32e0e004bfc504f17b0a1e964ac4a513776d8831e22b 190 0.10/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.