Loading Tool

Explorer IconExplorer

Memory Pool

27,618 transactions
11.10 vMB
0.02812233 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.72/200 MB

Candidate Block

Mining Attempt da35712ae0ae11914cd7806d4a2fbb0dbee3fa5544c0ab02da0ba81c14b55951
Version 20000000
Previous Block 00000000000000000000d16cae3cb4e9a970603b227a7603081fed70ae5d3dcf
Merkle Root 91e0469521e46e99e7efbb6531241132e27d0369e8504eb53d63f9f6d807b9a7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,648
Size: 1.00 vMB
Total Fees: 0.00931911 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,523 (661,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,200 252,200 000000000000002aff04919981f8f37604e1a428444217934dfcf66ed6fc9b87 418 0.21 vMB 111
252,199 252,199 0000000000000009e96bfa095cd3a33c6a092b16ad869bf6a7033ec58c6535c6 483 0.23 vMB 148
252,198 252,198 0000000000000015290d85d452080a9afdfb78feacfef6c9a91964e3abf2fcc1 398 0.18 vMB 118
252,197 252,197 000000000000003277074acbbf9e9df22a9ae48d69751172418c0caa71003fb8 23 0.02 vMB 60
252,196 252,196 000000000000002af07ff493b1f042b33cc81de7516aed38c0ecf2632f0168ec 48 0.05 vMB 51
252,195 252,195 0000000000000007d9725c5257bd1ca70d4894b518b69b9e88edb9426fd0acab 240 0.09 vMB 158
252,194 252,194 00000000000000504ed1813712a03cf1e782a1c9072d3044b6cebccadff0876d 102 0.06 vMB 76
252,193 252,193 000000000000002789c632a79b49799ddeaa1511a20d8cfc39d2870d1cc5dfef 447 0.17 vMB 156
252,192 252,192 0000000000000030514382663005df0c4871e44216a8cc51d9c60c995e94e36b 954 0.44 vMB 105
252,191 252,191 0000000000000005a694a5aaec9fd4ee17e8425c907838b7a087edad469bf3d3 79 0.06 vMB 81
252,190 252,190 000000000000003a88f9173b0cddb8711de9be5d204b18732ca01ca4f0fbfd63 413 0.18 vMB 131
252,189 252,189 000000000000001dda82a38ecb4a47f67435e18207f79a053e836bf8e96c9dac 66 0.04 vMB 17
252,188 252,188 00000000000000475a997b40872eb02f0f5f3658853c5fc669685c3e981d9b9c 356 0.15 vMB 122
252,187 252,187 00000000000000448943461e35afb150facb6578446c3be7ddfd604fbb420cf4 388 0.19 vMB 105
252,186 252,186 000000000000002237ac5e5401005b7027cff7ace19253f72a77e096c691e9c7 166 0.09 vMB 101
252,185 252,185 000000000000000b8aac387b0de4b6a601c2461bf9ec1cd3995b964f1cd0da8f 116 0.06 vMB 64
252,184 252,184 000000000000004924814a1d1748bdca8aaa0838f406fcde4345a8851bdd3588 468 0.22 vMB 107
252,183 252,183 000000000000004fa499adca211f04bea1d7410425aa02292e1711173cbaa721 167 0.07 vMB 83
252,182 252,182 000000000000004359b2a49e4cf8a2f21e8302aa435cb0bbc4a299049f0425a3 177 0.13 vMB 85
252,181 252,181 000000000000004ab635d59064bfd17ebaebb4f89710a04620801f9ca1b741a1 37 0.02 vMB 78
252,180 252,180 0000000000000000eca6cb07276fa4833d9dd6dfa5315679ca6c85f77a5b794d 610 0.29 vMB 125
Previous 10 blocks ↓
Total Size: 779.77 GB

Node Details:

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