Memory Pool Memory Pool Refreshing

2,112 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (406,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,265 501,265 00000000000000000092eb8a7efcccab51fb54be1b0be47657bd28a28060a7e4 1.09 MB 2,221 473
501,264 501,264 00000000000000000082711c71c75e06ce69037b5202b27e061778f480308432 1.05 MB 2,354 304
501,263 501,263 00000000000000000002c5bd79c91c86c0e0b11e75ca4435034cc0983fa21acf 1.05 MB 2,152 747
501,262 501,262 0000000000000000000d0ca146d4a11341933f1d29834b11c311703786b01a70 1.06 MB 2,126 579
501,261 501,261 00000000000000000024a0a98670aabe5e9c584a9481bbef930cc5ac535f6012 1.01 MB 66 105
501,260 501,260 00000000000000000046bc0e750c7f2eb45200303c3752f4be7d04af0c1219e3 1.03 MB 995 279
501,259 501,259 0000000000000000006ec9be8ed79df29476693c2bbfad486b4056c61fc9f763 1.01 MB 485 118
501,258 501,258 0000000000000000008e42e57c86c8eb2a5c6c876cb2a7773c886032ce65d2ee 1.04 MB 1,011 281
501,257 501,257 0000000000000000002f3ed73da994924e0b0dbc8de2abe066882c3dce12690b 1.03 MB 936 226
501,256 501,256 000000000000000000380981432372fcb00511f9058cadf7450dc55ce7ea8374 1.03 MB 652 227
501,255 501,255 000000000000000000803ab626a4878a3e6863874ef4471f58df8cd146c38743 1.06 MB 1,358 219
501,254 501,254 000000000000000000815755e8739a49911dff711d21328cc3a31a891842017b 1.06 MB 1,994 581
501,253 501,253 00000000000000000008e769afbf7ec842ffcce6cee68d8c2a3e0f6e10ae82c2 1.14 MB 1,018 212
501,252 501,252 00000000000000000021313daea5a87aa3ad1cdf77e379cd81784bed3a4bbbe5 0.00 MB 1 0
501,251 501,251 0000000000000000007c8fcc9ef7977fff7b49470ec5157accb76a7fae54410c 1.05 MB 1,795 458
501,250 501,250 0000000000000000003f7a2dbcb34edf3b28470a679fa2ffee3bcc2d2cf40b36 1.07 MB 2,222 241
501,249 501,249 000000000000000000067df1fda850b800d9e45f2cad8e9d695c1ef3e6a7ffa2 1.05 MB 1,702 479
501,248 501,248 000000000000000000502f65d41b4ff94e81f385df920bdb4cf05376f1cf106d 1.05 MB 2,280 816
501,247 501,247 0000000000000000000674d5d146c42603a4c9461df74fdf7b71f3f313ed9a63 1.07 MB 2,139 556
501,246 501,246 0000000000000000008138f571e7bf9b2362be169b6f5ad28e25ea34f8576d43 1.00 MB 252 132
501,245 501,245 0000000000000000007dbb0be99f5f4ff7aecd7c56f8ebeb564ef998ab77d771 1.25 MB 1,715 243
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.