Loading Tool

Explorer IconExplorer

Memory Pool

25,292 transactions
5.56 vMB
0.02017574 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.80/200 MB

Candidate Block

Mining Attempt be850bd3f0d373c5f173525fb653cb02330803b7f88c85684a3807c59fb643fd
Version 20000000
Previous Block 000000000000000000017f1ba287bfb1d9a7c9f9985c514733698aa8a86e0a66
Merkle Root 9a5e7be47049e942f9b79dd126517176aaa474452d2cff21f664b156e3b32e93
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,079
Size: 0.47 vMB
Total Fees: 0.00670927 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,127 (689,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,981 223,981 00000000000002931bcc1b83188f825c2175575bfc411f7570c80b81f7d7b549 0.09 MB 176 162
223,980 223,980 0000000000000130bec1987ff9950e982d65e68e4bf65631ca06857b9604291c 0.25 MB 391 129
223,979 223,979 00000000000001f552474314ae75f1a6f425c2380004a09ad74cc25b9df87d88 0.15 MB 378 203
223,978 223,978 00000000000003313d695b9d7513f34f5affe7a58a80093a3cc6949a8106e33a 0.18 MB 369 164
223,977 223,977 00000000000002b2d217495acafb3683c56afed2c171be94bfc77421f851eb52 0.05 MB 130 37
223,976 223,976 000000000000025dba9b48f4b9fe4c7e6b0fdea69052e05907d3b92b09bc24a9 0.25 MB 576 184
223,975 223,975 00000000000002a1377357289e115f8f88988494169e7034cb77f3c0d381cb78 0.00 MB 1 0
223,974 223,974 000000000000034321c2b6ad91bc2126dca4ce3322317bfc70dbb21c96219aab 0.24 MB 582 180
223,973 223,973 000000000000000f4a09022673b6eb59774083b3153e38190d0b63c8f84849fa 0.08 MB 142 145
223,972 223,972 00000000000002795e94359812c31e1faa0851cb87e1f0847c1d1b9a3c21a541 0.02 MB 43 139
223,971 223,971 000000000000038ace092bcbc87b7916f1b15e105efca98f03445b153d71a598 0.25 MB 631 181
223,970 223,970 000000000000009d07afa1dbb63199d3fa7e085f9ff2ac496a6885b88fad2260 0.05 MB 132 71
223,969 223,969 00000000000002398c7f5e65c266d3251e5a17fa46f84ebaf41ca577ec7addb2 0.14 MB 301 152
223,968 223,968 000000000000008173a723e663aae7fbfcd36db75729813a3dabee55b2379681 0.24 MB 554 186
223,967 223,967 000000000000000b957dea3ac704e98598bed0e65a70a0c174ed8fa057b1db7b 0.16 MB 179 101
223,966 223,966 000000000000031a90e26b30e3c148f165450adb4bf50a50d59cd209848ea8a3 0.25 MB 418 143
223,965 223,965 00000000000001bacca93ada57185827943e94a0f9f583f4447bfbd923429990 0.25 MB 456 141
223,964 223,964 00000000000003c4f66860f9fa6787d1451eea13374f194549e9950952357f1e 0.25 MB 626 167
223,963 223,963 00000000000000cb788d0add7fe5d87cb73356275124bcd7bcc8f2fe9c2b0852 0.25 MB 888 208
223,962 223,962 00000000000001f03fab249ef0785fd75107eb5951a63b2b169c46d168c35ef2 0.25 MB 809 255
223,961 223,961 000000000000003b57dd1f4cf332d8fd68b40033ac1adf2684a1ad7ac4be20f8 0.25 MB 587 199
Previous 10 blocks ↓
Total Size: 779.08 GB

Node Details:

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