Loading Tool

Explorer IconExplorer

Memory Pool

25,163 transactions
10.58 vMB
0.02736860 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.64/200 MB

Candidate Block

Mining Attempt b7dad81b57412801266f75ca63d862be7a69005db6558b44ae670c3026ea1b9d
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root b4c8444f17d0305d23d36a0ca7fc801fc3878cbc870b65316b0704555adc5c35
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00990980 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (767,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,273 146,273 00000000000003030d4328ac660c565d1a621daa6c4300c8313c904166f8806c 42 0.01 vMB 90
146,272 146,272 0000000000000251f6003d2e39d09068ff8b5b1fedb02e54e69fca37dcf47af1 23 0.01 vMB 228
146,271 146,271 00000000000001ca5f076c96080174991a105f2c168c57d660317d3bea17662c 26 0.01 vMB 368
146,270 146,270 000000000000050f6739c5a1b771a9f89eeae55e0b7364fb04b7650ae3c57276 63 0.03 vMB 175
146,269 146,269 00000000000004099303e4ec0e4854dca15eeea112e855e6afe437e26f1910d3 1 0.00 vMB 0
146,268 146,268 0000000000000278f6c049cec04014ca44623032be15e587c447b1740f730725 4 0.00 vMB 114
146,267 146,267 000000000000082047960bf0fe888a929379aac1fd269d447acc5ffc7308e1ed 12 0.00 vMB 176
146,266 146,266 000000000000039d7782403ce56aa26226b5d7981685296ca5accd5ebee40348 114 0.04 vMB 102
146,265 146,265 000000000000077e28baff8303f45173ec3caf628d17977066f8da04538e1008 35 0.02 vMB 49
146,264 146,264 0000000000000864e2ed409294455cb7bb01d023adc4d1d630f0b361b59c9472 66 0.02 vMB 186
146,263 146,263 0000000000000905bd5b544972c62f94e7d67c91ca4c7565de6fb347408f01f9 7 0.00 vMB 880
146,262 146,262 00000000000004927ecd78103699a4d6cc72474ccd261b0b8e4ea2a7ae50eb3a 61 0.02 vMB 0
146,261 146,261 00000000000005fb707ae8753c29cf5c5f960ac984e98b39aea3e3b5d21c880d 10 0.00 vMB 23
146,260 146,260 000000000000031051e6f4caeb78a026dbf2faf45f55d522228dfc2e238f578a 48 0.08 vMB 53
146,259 146,259 000000000000055fa410ba7dfe1afd4447cb6ec79d1e5ecb79be406261a3bcca 12 0.00 vMB 67
146,258 146,258 0000000000000891fbae1d9118685e1eb66893b9096fe51d7258906207a18723 56 0.03 vMB 112
146,257 146,257 00000000000007236a1a7a461e0549ed6ffb1d1b2b42b1ba1fc7b4f267ec2b35 38 0.02 vMB 290
146,256 146,256 0000000000000706eaefad096cc4952a94bad1100469763435e8562b0c5a4e95 8 0.00 vMB 146
146,255 146,255 00000000000007fcfe0949dee84c8998fb57a8d5e07c256c64900cf8d0da96af 20 0.01 vMB 244
146,254 146,254 00000000000002a2d37992ffbe74f0912c8484b768477b406f0a96b8f55f9517 65 0.02 vMB 228
146,253 146,253 0000000000000271cf7f832a1d7530ea00338340ad297763a88d8214f01b0f8f 60 0.03 vMB 156
Previous 10 blocks ↓
Total Size: 779.82 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: 415.24 GB
    • Received: 2.22 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.