Memory Pool Memory Pool Refreshing

5,226 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,078 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,077 (789,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,385 118,385 0000000000004b8b1fa6d643869d28bc480eadb855171f4192a86c18a3abf62f 0.01 MB 28 0
118,384 118,384 000000000000a39b8a473bae2b0efdf8379ea862731dfd14c4f731c003a6ffbf 0.01 MB 11 603
118,383 118,383 00000000000028846e7a67179f7b449462c190b297bdb988d95b9178f3608127 0.01 MB 34 0
118,382 118,382 000000000000004581da91701c82a096dfd54d86e13b822b1d1af3b9aa69817c 0.00 MB 1 0
118,381 118,381 0000000000005c403954c6020d61cf88d9191a3938745f7c55d1cfb766560889 0.00 MB 8 0
118,380 118,380 000000000000a8f5f29e862c58320f90268ab855fbe354ac352491a8bee7830b 0.00 MB 12 373
118,379 118,379 000000000000167250c1a8e6eb5276ce1f26a4802026d5491ade37f19ad46a1c 0.00 MB 1 0
118,378 118,378 0000000000006e1b2bb3480e41dbd14f51bc5dcaa3b18917085c5356e6d98179 0.00 MB 6 0
118,377 118,377 000000000000bd57bffbdc9a67e872bbcf93a1499d5dd15656078a9736b9407f 0.00 MB 8 0
118,376 118,376 000000000000c6c4b5a5c9e7345f096887c859b99629fde5fec1411c414a607b 0.00 MB 8 308
118,375 118,375 0000000000005596dfbbd685a90b5f1d858f57271d264277fbdedfcdd5fcac91 0.00 MB 15 249
118,374 118,374 0000000000008bea386369bd21a7ae437a484d8e78829481c409bc41e8216678 0.00 MB 6 0
118,373 118,373 000000000000b559461846a40265e864bda68c80ccb4889c773f6eb5a4b28399 0.00 MB 3 0
118,372 118,372 000000000000a750b00103404d11ed4beeb4e46954df5290720c9565573f206a 0.00 MB 10 347
118,371 118,371 00000000000090d27ac09febdee313aab303615c5f14d45f00d58eb71f546530 0.00 MB 9 377
118,370 118,370 0000000000009e941482b1f1f6d09b703be689880d8828ad1edcdde1a3434ef1 0.00 MB 3 0
118,369 118,369 000000000000b3bb4dd5970f413c5462515a4a0c3340e9cbe8fbf7aa3e40e3c4 0.01 MB 9 0
118,368 118,368 000000000000835df0eef170cd482884c323ffbf32f144d02133238539faed9e 0.01 MB 27 0
118,367 118,367 0000000000007e34156be4afe35fb1ab94819e4533904f199c0752ba0ab6451d 0.00 MB 10 0
118,366 118,366 000000000000acf7312bd4c4072e4a9743a051653ebe25362f2a18e0bba668ac 0.00 MB 1 0
118,365 118,365 000000000000650ee99eba8fe2db19a559a9dbbebad1709e9c55351d498758ef 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.89 GB sent, 96.34 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.