Memory Pool Memory Pool Refreshing

6,874 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,643 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (438,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,848 468,848 0000000000000000008da81183d5019200c5ceb64a894f1f127cdd94338c0219 1.00 MB 2,560 381
468,847 468,847 000000000000000000fa25f6fc128861efa63dbccbca968624512c6aa4a455d5 1.00 MB 1,800 476
468,846 468,846 000000000000000000d99a19d9a40a9b2f1385b6d2edb2dfb9fec75d6a7351e3 1.00 MB 2,558 354
468,845 468,845 00000000000000000040ce98ba3bd8f93a606d1a94286a2192fd77df83edc014 1.00 MB 1,427 277
468,844 468,844 000000000000000001d313895ce0f6af639012ad988c12eceabc115fa7624680 1.00 MB 1,566 281
468,843 468,843 000000000000000000a6d958b314e4563a86754737639493c084fb8b1fc733ee 1.00 MB 359 283
468,842 468,842 00000000000000000103c2e352d730375c9a69c66846f8b66ba7cd9583afd3d2 1.00 MB 135 282
468,841 468,841 000000000000000000bfc7d946773f84a90589e9ad5e868fafdf68c26e75daca 0.99 MB 845 304
468,840 468,840 00000000000000000031d226ba3206a2a7ccfefade4fdd6afdbd58a81de2d1df 1.00 MB 1,959 327
468,839 468,839 00000000000000000117583ad70f43c96b0fd5686fbc8d97de8953a35fa0131a 1.00 MB 286 285
468,838 468,838 0000000000000000008ccb2a07abc2530c3ed8bb64d45282d1660d55715b619b 1.00 MB 1,808 352
468,837 468,837 000000000000000000dd36eab62ebeaed71c07d6ec74901ada218f8f53c065ab 1.00 MB 711 303
468,836 468,836 00000000000000000077910ca542d4d01dccef96301e098886d4ba7c4d756cc9 1.00 MB 2,393 331
468,835 468,835 0000000000000000008eee8995c4e0d48822125ab301f4638a600483fdc737a7 0.99 MB 2,251 350
468,834 468,834 0000000000000000001d571530f38b8508be6a083337a66be677533c680e4c7d 1.00 MB 1,220 298
468,833 468,833 00000000000000000180dc6474715c35fca2295ac20d36ab5adb19ce1c8622ac 1.00 MB 256 353
468,832 468,832 000000000000000000b5d5f6142f96ff5c7575d0aed967cbc8e2236221cfa2aa 1.00 MB 981 383
468,831 468,831 000000000000000000815ab2cf694ca631ac3353abcbbf2a3db4d2bea3b578fb 1.00 MB 245 356
468,830 468,830 0000000000000000002ecbfe9b10c363d53417413568eeacf623e10e58c5e58f 1.00 MB 819 376
468,829 468,829 000000000000000001aa35567d7a1c96ecb1298ebf0311c3371783741f5278da 1.00 MB 874 304
468,828 468,828 000000000000000000334388c9603f72ca517ac192d58300c79653c4bb3fd6b4 1.00 MB 162 83
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.