Memory Pool Memory Pool Refreshing

1,330 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (837,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,351 71,351 0000000000936199e02d88c25da6d78dd613ace533f568a1fd2394c378a03f0e 0.00 MB 1 0
71,350 71,350 0000000000d52b26ed0eea76b28de1ef8319c375e5644bbe851b5206ecb1b3d6 0.00 MB 1 0
71,349 71,349 0000000000d67b5521722e4b947d8b1f7f898e59d041c5c7c767db487b2bcb66 0.02 MB 4 61
71,348 71,348 00000000008d7702f749e1266060142536b124ca89b28e56e8964277f40eeff3 0.00 MB 3 0
71,347 71,347 00000000001130baf2cbf6531c7adae88e6a2867b4d4e5d5955bc70de423795e 0.00 MB 1 0
71,346 71,346 00000000010b0f4000b8e65a9cc1f1759ba075c5fe92244ef4f32fb02c8d34b5 0.00 MB 2 0
71,345 71,345 0000000000904b94f285c0f39b892d6e0547f28260399584a35f219b0feca417 0.00 MB 1 0
71,344 71,344 0000000000043192ecf38afbb39a90919947bb6df25e377cb00a68c821c94e81 0.00 MB 1 0
71,343 71,343 0000000000cc70e130a71be5984235231cc2dfa51848d87297598bd4b6751e17 0.00 MB 4 1,416
71,342 71,342 0000000000ff3700ab73ec531f8754340385e634fc355919d370c49c375b66ab 0.00 MB 1 0
71,341 71,341 0000000000b25be14c4ae638c8fe68010e92e3e86a9d0f739449aeb8f738a041 0.00 MB 1 0
71,340 71,340 0000000000b7903330ab1b67ba12557774c5ae6e45fc8f41f7b068f69e64a59d 0.00 MB 3 1,941
71,339 71,339 00000000009380a801b70d086c3984bc1b5bef1204d73427db4f986740baa818 0.00 MB 1 0
71,338 71,338 000000000099c70b467613d5bc6d8148c8fcdacdc61b6d2afee3e9a83c5d4c54 0.00 MB 2 3,891
71,337 71,337 00000000001c094461c9cd089e58e260a9afc95b29aa41b53f36808d3704baf5 0.00 MB 3 3,875
71,336 71,336 000000000101ffe60b9838c5f2768dcdfe0e083da850866608f9042dcc54e4f7 0.00 MB 2 3,891
71,335 71,335 000000000085afac0d85954ce4b7eea2663068eea94978a836ed9d05eec10b21 0.00 MB 2 3,891
71,334 71,334 00000000010b04a74c53b38e49f57a7b82ab4abe65cb296d94160c020ef351a5 0.00 MB 2 0
71,333 71,333 00000000001d0a276f6712909be6ee271451a4a12142afae01c73aea9ed0553a 0.00 MB 1 0
71,332 71,332 000000000022fedb836809348b972d55a67640c8ff3a99403fa2039dc62a9f3f 0.00 MB 1 0
71,331 71,331 000000000004b3a89f09ad67e6262dae7e7b5c342fb0e37ba1054f1d7656a34d 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 770.88 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,850.86 GB sent, 101.30 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.