Loading Tool

Explorer IconExplorer

Memory Pool

29,282 transactions
6.65 vMB
0.05265398 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.81/200 MB

Candidate Block

Mining Attempt 443246d3f49c6c27a8caadb1ee1b80aeddbcba8ef32d023b30c33ffb37051923
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 0ec452c83b8cfd76b152c439e3aa0987d99f4cd594473f0328f6e42bafeb83f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.03580736 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,435 248,435 000000000000005ad202bbaeed38292112b53909494609554347c118af6b5035 12 0.01 vMB 72
248,434 248,434 000000000000003578344934da2fcb5b62bd760ba23a25d0d43adcb959035d47 259 0.12 vMB 165
248,433 248,433 0000000000000030f194a30710896502e657190cac9a6daa443155fe5b0d82ce 373 0.20 vMB 67
248,432 248,432 000000000000007e623d49f9d9247fb6a886c655bc06ec2f5e58287ad64484cd 636 0.25 vMB 158
248,431 248,431 0000000000000049a0f6eccc8e5a68e7f9a178e0c497b2fbeedef97b429709e1 84 0.04 vMB 25
248,430 248,430 000000000000004d8d203e5bed5786340c7ab034a8cd405bb60d6a2ff331e559 651 0.25 vMB 170
248,429 248,429 0000000000000075d1dc6a9336f640b5b2bdd27eec6fb06e29c334f7cf2f8c99 344 0.09 vMB 16
248,428 248,428 000000000000005d3e7a728b2f6a6777b0bf4dde8cbd236110519072ef5358d9 128 0.06 vMB 61
248,427 248,427 000000000000006bfea18b3a62aa73aa820d3a302d552e1f835b1fddac1a0377 62 0.02 vMB 113
248,426 248,426 00000000000000498fa18b7046f9a8dcbf59ae24f5982611b4a8445a84739a67 149 0.08 vMB 107
248,425 248,425 0000000000000004efb2e086901f2211bc17929aab19a1213259d1fec2b3561c 276 0.20 vMB 98
248,424 248,424 0000000000000070640fc61dc90202734e4dfc5723fed1b3d5206388e1fb4c7c 126 0.06 vMB 121
248,423 248,423 000000000000002ee363b13ea79808bb1d9885412465700f2570b2b24bdaa878 430 0.21 vMB 96
248,422 248,422 00000000000000543fe509f8603d3607e72e9ff535638f6de69fda9f707a0c3d 256 0.11 vMB 169
248,421 248,421 0000000000000080068f08ca06577ce20ae0240ef01ebfd20ab6cef4619a993d 280 0.14 vMB 99
248,420 248,420 000000000000007bdfc467344feef455ebdf924480b73d9230ea03596d4dd3ad 276 0.12 vMB 124
248,419 248,419 0000000000000020ffe03d9c3eb2269382e0acfc6298abf7c8d52643d9541b4a 284 0.15 vMB 115
248,418 248,418 000000000000007b286eea5892a4665d1967d98d3624d47af031ee2cd85f6a64 221 0.09 vMB 96
248,417 248,417 000000000000001cf10bb727294d3a3d79453c460a7c22d692d9edad5d9ad0bc 195 0.12 vMB 98
248,416 248,416 000000000000007399859395074dbf788aee54d2dad88b634e0f5fd05f6caf95 529 0.29 vMB 100
248,415 248,415 0000000000000005c1b91556216a92333a64a49961ecf1ec5dcae266a384aa01 18 0.01 vMB 119
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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