Memory Pool Memory Pool Refreshing

13,797 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (716,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,690 191,690 000000000000054e88b642d5a706a29d244c1f10581ec79316d7529efdaf42d0 0.01 MB 10 68
191,689 191,689 000000000000069d6fa17a07d495dc3eafab290bc69371ed8b26f1f10d17e18c 0.21 MB 636 351
191,688 191,688 000000000000000f468b75206564b7fd2ca4e5dd5d6d48ce9d1c6ca5fa28e601 0.05 MB 158 22
191,687 191,687 00000000000002af0d6f8512e42f6960f8886d16d6f9e16d7e04d7800a18b98c 0.07 MB 230 6
191,686 191,686 000000000000052f7d8a9b8cd159a2b00ebd2328533edddd8e37ef5a78d92473 0.00 MB 13 0
191,685 191,685 00000000000006c7cc0222a44df38d1068bd2554b9203d9f1baa9fd3223738b4 0.04 MB 105 299
191,684 191,684 00000000000002d7fa1dfeb7e344e0fd10847799bf9f6a7f0f630f2fefb7ae3f 0.07 MB 224 363
191,683 191,683 00000000000007015d35d09334c73abb0f91dde082cf3b36e8ad663d5b2e3f78 0.25 MB 563 141
191,682 191,682 00000000000001122c47c8ebf885b82d7a51c303d37d31ad557dbee0d44d43e6 0.00 MB 5 61
191,681 191,681 00000000000008216360e29a7d46fc9e8db0e84f6ff11f7e7cd3ba8286dd7218 0.06 MB 125 100
191,680 191,680 00000000000003cf859d068b813871f0af113951960a8eb192ab2f74c737725d 0.18 MB 414 147
191,679 191,679 000000000000073cad2e7176dee8c91c56050193e5049dc71cfd73be71b9c00b 0.16 MB 332 121
191,678 191,678 0000000000000259a992629d54e81c4c22776b88464b9ab7061fb6be89cb65ea 0.10 MB 347 3
191,677 191,677 00000000000002ec15ca4cb0bf536ebb2193a39f50b2907d6e8c2525d6ec75b1 0.16 MB 341 99
191,676 191,676 00000000000006a501e3abd0f3d008e6e4b9ba8ad91ac99cb4c6f68b016898ad 0.30 MB 1,024 103
191,675 191,675 0000000000000326f81509b97004927f75f7e3ed5fdba24ecbcd4eb7f824c120 0.25 MB 418 126
191,674 191,674 00000000000006930f64769fb606b3cea7c25128b23fa6bc7a16907c508c4ab5 0.38 MB 836 121
191,673 191,673 000000000000076f5d5e3fe6b8ddceebd10a0bf4b6285c8662e11cd47490c8bc 0.02 MB 49 57
191,672 191,672 000000000000035b66cc4c77ddbebcdc9d302f26448447686309b942552ae58b 0.25 MB 701 153
191,671 191,671 00000000000001de1a174744fc3bd42bedc0c164ed69fec271e457171a06e27e 0.00 MB 2 0
191,670 191,670 00000000000004e40dc3fdbd834b4bbdc9019b7f6ae459a8587012658acfce66 0.03 MB 76 0
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.