Memory Pool Memory Pool Refreshing

1,449 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,358 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 1,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (852,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,107 56,107 000000000202fb03ca926e3f6792b7aaea3352ac186d1e145d3f8388c650f531 0.00 MB 5 0
56,106 56,106 0000000004bbeecd47acd0a6af0783cec68952e4aefdbeaa8f4f4b67ed9eb96c 0.00 MB 1 0
56,105 56,105 0000000010ee1f939bb445a07b6008a5897ecc812e92977f5cf41b5ef406e3f6 0.00 MB 1 0
56,104 56,104 00000000072398ef4f19aeaa5312f886525e60fda693d7b0252a981693b34f7b 0.00 MB 1 0
56,103 56,103 0000000002a2829b4ddf169e124abcce4af2a59f00f7038e41e29cfdb9cdab9c 0.00 MB 1 0
56,102 56,102 0000000002681c9a5603cc5701239fcce5a85ad4a50a9935c5cc98deee8abc67 0.00 MB 1 0
56,101 56,101 0000000007c505cceec93b386fce41a89be522e8af80eb1d81e81fdb7f1e5836 0.00 MB 1 0
56,100 56,100 00000000101f59e944f7069d4e34cc403eaeabfc89db6607ba53aefb4da81fb5 0.00 MB 1 0
56,099 56,099 0000000002c23c744096dd548d05dce66abf68481af4b9118064d1a2b19fd675 0.00 MB 1 0
56,098 56,098 0000000013b274b20e2f62e9f2e68abb5e22822f31ebced802e337fb336df7bf 0.00 MB 1 0
56,097 56,097 0000000000d4f6df6717fa89f0298f112c30a411d419eaa31d475932a72aa5f0 0.00 MB 1 0
56,096 56,096 000000000d43e55329cc7520e862cae9f10b516ca2bb529dc3d18fa59c59ef22 0.00 MB 1 0
56,095 56,095 0000000001a76ed707947d04f7d656ad029e9b1528561248be303a8f77bb250e 0.00 MB 1 0
56,094 56,094 000000000101757df99ac60ae37c7a796da878a5eec3f3da75c3acbc2d2a00ef 0.00 MB 1 0
56,093 56,093 00000000031b1d252d532879228c4b78b59931105b4f63fec97ee6e2091511c7 0.00 MB 6 0
56,092 56,092 000000000e0c04f0f50dd5e3e8a564d664e30a5797dcf04a5928eada9aa57145 0.00 MB 1 0
56,091 56,091 0000000006933287562821eae98b74994ff14e68ad165be128a6c12dee164bf3 0.00 MB 1 0
56,090 56,090 0000000000f0c832af06d19087fef9dfb01b1e97e4ad11ec8f03a455d5c48ba3 0.00 MB 2 0
56,089 56,089 000000000e0b9d36627528a860261cb8c4553b2ea53e51f995b9be23d32979ae 0.00 MB 3 0
56,088 56,088 000000000e9500c6327cae0dad60ec8eb93561b66bb22ba779a038974c21d599 0.00 MB 1 0
56,087 56,087 0000000010f2ee81af872ef8a97d065005d11c18d5db9fa6818d09ac471399a3 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.96 GB sent, 98.89 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.