Memory Pool Memory Pool Refreshing

4,321 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (491,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,446 416,446 000000000000000004278611e770a935b9c15b8f2e9ed9f8cc3b000231a2595a 1.00 MB 1,620 81
416,445 416,445 000000000000000002ee4bebb4b1a405e4386e274b0699a4c3d0ff2bf5de6b56 0.93 MB 1,849 66
416,444 416,444 000000000000000004436ebec676172b28323f2889f3a2337e9bd2564f44acb2 1.00 MB 2,034 59
416,443 416,443 000000000000000004ed6123eebe215777844621c9e5b7e86af6d982ca8deff5 1.00 MB 1,366 79
416,442 416,442 000000000000000001eacd0952bdfdd1a34bca7b6bfbbed6edb31444e8176e06 1.00 MB 1,933 59
416,441 416,441 000000000000000002b0404f7ad6c61f0ea937d6d8a74b9191440d6812f5499b 1.00 MB 2,059 88
416,440 416,440 000000000000000002ae2dbe18db9b5a6ce8c728578593daa5b3b41e5b511b98 1.00 MB 1,398 103
416,439 416,439 000000000000000001ec2dc24bc32101220c237d7172bf6006ceaf2efae24f2c 1.00 MB 1,196 96
416,438 416,438 000000000000000003414353dcb4d6bc09525b526fd9eceb02e219727835464e 1.00 MB 2,491 58
416,437 416,437 000000000000000002c073cbe31806bf2bf6e0f9b4a3164caf9ff101a92c5976 1.00 MB 2,078 80
416,436 416,436 000000000000000004f1230222f3055039450909358531d90dd0e7154198973f 1.00 MB 628 90
416,435 416,435 00000000000000000336e5da445c55dfbd3c679266d22f1ba3bb21a10bf396a3 1.00 MB 2,562 116
416,434 416,434 000000000000000001b647111e035653a17132cb0febf02b2ff1d62c3aa33090 1.00 MB 2,034 76
416,433 416,433 000000000000000001d17b8b83e3877be10d00b17a3d69989ea9d0d75d4c8d7e 1.00 MB 2,064 67
416,432 416,432 000000000000000001385aab0930f8bee895cca0cb24c93b25b65c7337957007 1.00 MB 1,762 92
416,431 416,431 000000000000000001018e7230a328b304021a78240a22eb7047faef580e5483 1.00 MB 2,411 61
416,430 416,430 00000000000000000488c88e60b32e4a034cdf536a25858657654a6a9e414360 1.00 MB 2,580 70
416,429 416,429 000000000000000002d38e6ac0b2bdd7621b5703d1a114ebf1b685c1e0d61eae 1.00 MB 2,262 60
416,428 416,428 000000000000000001b20b689fed44a9b897087f0dd090df2ff54298cfb0f299 1.00 MB 3,513 58
416,427 416,427 00000000000000000159142e0e6b273d9597bc814002fc5d04caab7dbf2acc4e 1.00 MB 1,910 50
416,426 416,426 000000000000000003cbba7ad1e3bab7e45028787610c76cf56425577aa3c8ce 0.99 MB 1,800 80
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.71 GB sent, 94.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.