Memory Pool Memory Pool Refreshing

2,750 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (799,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,412 108,412 000000000000111e28568a8c2359c6a1daf3aa6a1cf0ea9e6289888ce94c718b 0.00 MB 8 0
108,411 108,411 000000000001308326af431652c36bf667a517839261ab6cc37c95c1b7b8a673 0.00 MB 2 0
108,410 108,410 0000000000022244b0eed0e5580788dcc26fb20c71dd5d380a04d1b80c577edd 0.00 MB 9 0
108,409 108,409 00000000000273dc2c68c50b1b04931a2e42fd36fe526c3d694587235792d57a 0.01 MB 27 0
108,408 108,408 000000000000ceaa23c84943e6ae61fd5088a3cbe46e7a43d26329f0bf07729b 0.00 MB 4 517
108,407 108,407 00000000000017f1909471ffdc850990b1f203fa4c338e70b17122c1c8dfa421 0.00 MB 1 0
108,406 108,406 000000000000c1952403cfd0c5e151e352dc79a3423d7456ea015edd24b2321a 0.00 MB 4 0
108,405 108,405 00000000000244728f7d1b8e25bc4767408df314afee79fc8917aa2e89db40d5 0.00 MB 7 0
108,404 108,404 000000000001ca372677122c3fd3e1d8c76d6d750c4386aaa84d9f827a66e123 0.00 MB 1 0
108,403 108,403 000000000001de6f4462f8e17fe399870d91539e63c96cdb1c459ad04f3c1d63 0.00 MB 4 0
108,402 108,402 0000000000001855155f6d39668c18eb72677eb70f6fa340a3195f474fa269e6 0.01 MB 22 0
108,401 108,401 000000000000a9ea3293f5c6f9f8ee9911650a47dca77e1a3273ccf215242d62 0.00 MB 3 0
108,400 108,400 000000000000c19f9adc07014fa635b58b4b537386adeeab8ba6e22f7893517a 0.01 MB 9 0
108,399 108,399 0000000000000ea8b1c8c250c1e329f3a79b33b95d7f913806a955b036708305 0.00 MB 2 0
108,398 108,398 0000000000021cc73bc43644afb0f4d2d396227f970ef10a766c54d148030403 0.00 MB 5 0
108,397 108,397 000000000001e17d4be4c5e44b34843d736cbaa992dfedf6d2ed3d9144960aa1 0.00 MB 5 999
108,396 108,396 0000000000004bc6fa7c96bfd6b8c3e70cd774ad663b1d4eeb557ec38e98efbd 0.01 MB 31 129
108,395 108,395 0000000000011a58390644e5fb38caa2a4a4e3bd8d213cddb8ba42e6142e96b9 0.00 MB 8 0
108,394 108,394 000000000001384376582b1db67f01fa9fd678ff12af4e79960c344e7a9c044e 0.00 MB 11 0
108,393 108,393 000000000001581d418db3afd16dc870218d92a4c461d889c625a5055a99cddb 0.00 MB 1 0
108,392 108,392 000000000001a7bd37ef8bf8e84c8a8f55b9ff299b333556e29781a5d8276c20 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.66 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,654.12 GB sent, 96.17 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.