Memory Pool Memory Pool Refreshing

11,229 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,810 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (783,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,840 124,840 0000000000004cf3b00356c59190fe6fa8192b6b3171ea309c506d1a3427baf9 0.00 MB 8 1,427
124,839 124,839 000000000000622f55cf592dcbe783a138ab76f8c977046270c4906dad53fc2a 0.01 MB 16 1,610
124,838 124,838 0000000000003c395c2878f776b7a167f0bde40b62ce38e6bc7196a3ca744b43 0.01 MB 13 1,138
124,837 124,837 0000000000002ff49e24c67166e789300c759cc3fc1aeb6f20359a00470a729e 0.00 MB 6 1,114
124,836 124,836 000000000000451d47a56556e61a702c5864d376d468179a5aa8d8c872742849 0.00 MB 14 577
124,835 124,835 0000000000004ac6b9e0126f340a237df01f0e1a480058b83c30859b8376bb8a 0.02 MB 65 627
124,834 124,834 0000000000002438a0cada239843dd65a0af7f21cb293e4c7fd4d16230647a2e 0.00 MB 1 0
124,833 124,833 000000000000572f07a3d9b4641f433f5a2478017f61cdd25ad9e9c0189bcf44 0.00 MB 4 3,264
124,832 124,832 00000000000037f966e18303341bc8ebc8c46935335c22d370727e0c707bcb15 0.00 MB 11 343
124,831 124,831 0000000000004f1098f2ac7276b925e8abbe7dbd2b9e80917ac8af8e8e73e487 0.00 MB 1 0
124,830 124,830 00000000000068539f5246122f13f324b3839b8514eb2bea99eb36e4a2fade78 0.00 MB 10 352
124,829 124,829 0000000000005505af868ea6b3734607929bb4ffc221d59a6a724ef1d27921fe 0.00 MB 14 0
124,828 124,828 0000000000003e0e1f98ce7d639b9e8731dd9c13bf084e977dac17a046d485f9 0.00 MB 1 0
124,827 124,827 00000000000023ece6ddac4b32e70500f29c7ee033e1a9594818c42d8cd150a3 0.01 MB 7 1,036
124,826 124,826 000000000000482b2c25f0404b3818da06ce33f581d40d8a8d00b65be73749d6 0.00 MB 1 0
124,825 124,825 0000000000002cc9efa39d10941d0d478e43db12289bfe638daf9337d6721405 0.00 MB 6 337
124,824 124,824 000000000000352c06808862192f2ec3dfa0939b4c93b117e9c6f45cc967802d 0.02 MB 61 2,096
124,823 124,823 000000000000248e9b8cfa6fd0ba25395185f2f0bd9acceadcf13d1c03fb9cf1 0.00 MB 9 0
124,822 124,822 000000000000556607aba25b6bc2c42f0a46be5c5146c49af5efdf2101bf9bac 0.01 MB 12 774
124,821 124,821 00000000000002cd4f5b4dad5de501560b22deae0762dac814bad61cba9a7792 0.00 MB 14 227
124,820 124,820 0000000000003d31fab81de9bf8574ec68d373a2e0bdd5db301a03ff75f465fa 0.00 MB 10 662
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.12 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.