Memory Pool Memory Pool Refreshing

1,257 transactions
18.77 vMB
Show Random Selection Loading Transactions
Max Size: 75/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,324 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,050 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (822,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,157 86,157 0000000000204f0989faf16bd0e0523e9fbc5fe480e206dbf1bd21bbb4725b67 0.00 MB 1 0
86,156 86,156 0000000000223397b36ba3cfb77adec43207af406df1e00af58d7c451da93293 0.00 MB 1 0
86,155 86,155 00000000000125ba9db27e52c8bc97f2684d513b6a45ef49a1bcbc5921554234 0.00 MB 2 0
86,154 86,154 00000000000dd47ce7cf3e96332bc37bad8fa6fa5eb635d8a7dae790455da5d7 0.00 MB 1 0
86,153 86,153 0000000000062d766c037c81e5e3d8b9a4832d9a96068e2da9ddc52dc7037205 0.00 MB 2 0
86,152 86,152 00000000002ca8fa8a189e3477fa4c0ca39be6e86cff271e102ef68bd6e3c992 0.01 MB 20 0
86,151 86,151 0000000000255c78b53fc3a83d849b7facb97b9de216548a77acd30ba32e2593 0.00 MB 2 0
86,150 86,150 000000000007cd1ec53c5d8c900da2a8db018e098fd719a83569048646e70e9c 0.00 MB 3 0
86,149 86,149 000000000026b6edc52a13786eb4e7632bc72562c8c90b30fe283653c3402334 0.00 MB 1 0
86,148 86,148 00000000000bd2b5705a74ecfadc76cadc0131c0e30bfa01f3cc1d3da2042a5f 0.00 MB 5 0
86,147 86,147 0000000000094cdb108a138b6ec10e744bab358013487ebd530250707eff9142 0.02 MB 58 0
86,146 86,146 00000000000ac5a801933f0cb21b9daf766f9a879815b09dbb3d9ea9b9b5aff7 0.00 MB 6 0
86,145 86,145 00000000001d4f94f6b9b6fcf1b17c0cad2dd65ae2abb77d38519772a127996e 0.00 MB 1 0
86,144 86,144 0000000000227a74d0ed158d454901f98cc8254577ab0f83a3871c2b2706bdb5 0.00 MB 10 0
86,143 86,143 0000000000041c400d714596b99da9a55e796c8b1a0ab524df808d679abf21f7 0.00 MB 6 0
86,142 86,142 00000000000f657c42ecc0b826e8f029f78c2a7947e91b22642bc7203552d909 0.00 MB 6 0
86,141 86,141 00000000001ca47a8c1b7972b23e0023b7318b8f5584c9b8781222ff8f3c5623 0.00 MB 4 0
86,140 86,140 000000000005f54f6fb22ef9d43dfa0b53e5c51119a8e57a90c4c40201642fc2 0.00 MB 9 0
86,139 86,139 000000000002b0380bd49d74f607bde5d097241d90bc5d914076aa6be38bb729 0.01 MB 25 0
86,138 86,138 00000000002cda82aa28d11263be10545aa2eefcded8b1a3be1b4b1903ee2548 0.00 MB 1 0
86,137 86,137 00000000001e89266320887f08e6358848ebd90380ee9621c145d8b1b483cc31 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,701.23 GB sent, 98.65 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.