Memory Pool Memory Pool Refreshing

13,150 transactions
8.32 vMB
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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,188 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,532 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,187 (874,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,642 33,642 00000000c79ddbd97f6bdc9b5b2ba89e36cb97d65e92ebc855c4c1b198896754 0.00 MB 1 0
33,641 33,641 0000000021920c99c3504d469203d3b92785c566650c02339fd9f28640457727 0.00 MB 1 0
33,640 33,640 00000000a43333553ec65a98506dcb54c49be7475baa27266f327efd124446ad 0.00 MB 1 0
33,639 33,639 000000002c80555f5ca96ff07e5b3c346bb603a02d65bb7225d51f0be1d9668f 0.00 MB 1 0
33,638 33,638 00000000296c3349aca942908f3ab768fbd7147a35b2c4c3fe85f79f9980bb49 0.00 MB 1 0
33,637 33,637 0000000063b81bfe90063d5c59af396414fc8c7ceaf92ff01232855d14b9f2a3 0.00 MB 1 0
33,636 33,636 00000000986d551782703e0262bd65ee34c20c0718b03dfe9bbb9ef511880d86 0.00 MB 1 0
33,635 33,635 0000000041d6357997b007294002fb786026ecb9f1fc3b4c101de8172485d398 0.00 MB 1 0
33,634 33,634 0000000068229a60d2b7e8710e1e733e0a43ecf2df0e373ffba36c195494030a 0.00 MB 1 0
33,633 33,633 000000000fb39becca6f1e25b03dee3dfe871cbd17d9be19378ad5b5416e02e1 0.00 MB 1 0
33,632 33,632 00000000548d1e8676c5613000b61554d005040e480474ab17d87c17a81a98cc 0.00 MB 1 0
33,631 33,631 000000002d5b4b652c01cdcb098244e52dc1dae7750f4a2b4e7a31501b6a4c0d 0.00 MB 1 0
33,630 33,630 000000008faddb3edd9463ac300007310d4eb00f4cbfc1147671d0aff1429094 0.00 MB 1 0
33,629 33,629 00000000a7d0dbd342c95d4fefaa3c8f3fe44fd23942e67ab465ad5cc96acef7 0.00 MB 1 0
33,628 33,628 00000000b2d44cd88f6744e56a0d86efe4dec76391d2425f6c2a87fdb40c1f0d 0.00 MB 1 0
33,627 33,627 00000000b3573b09310aee0793996a88259b38c075d961bf11e67de0dfc60882 0.00 MB 1 0
33,626 33,626 00000000a29a71666879f265fe7c6a5b9dc9c2ec1f29b83235ce30afef7aa5f0 0.00 MB 1 0
33,625 33,625 0000000070bae69ae5fbf9de1ff72019dc707791fc6bfb3b631b6d9f972f9c49 0.00 MB 1 0
33,624 33,624 00000000482a2a8388a0f84542235e01e65837bd1ef1b9c57e1df7b89795075a 0.00 MB 1 0
33,623 33,623 00000000335600cb49b7512515803d77c15e1b9c550d94437741028ddfecd29b 0.00 MB 1 0
33,622 33,622 000000002e714783c6aa67c88cd51ec481cc4ed7946ead396940b4fb80db6471 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.89 GB sent, 97.43 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.