Memory Pool Memory Pool Refreshing

118 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,985 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (719,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,133 188,133 000000000000073867deb81600d1d23a04c51910a00c16a6cc049ff023ca99b2 0.04 MB 151 66
188,132 188,132 0000000000000311db6eaae8fb10694078f151f18e2f2f2f0c5460233aa4e6d6 0.11 MB 300 103
188,131 188,131 000000000000016c946442cc2de31a5a73fb2439fb152577e4c0906f659e09be 0.05 MB 124 88
188,130 188,130 00000000000001f1ee75f240493495f30dbce9b8108f7e6a3a82eec74036e42a 0.12 MB 349 164
188,129 188,129 0000000000000689f7a5e8f9f56fdf696d4ce0c290f7f80c0dedf15eef73da5a 0.00 MB 8 0
188,128 188,128 0000000000000021b640a5ee7adf040415d987e38bad8fb7d0bc7993f4c44af9 0.12 MB 336 142
188,127 188,127 00000000000005d058e6fb8dcccc57abad6b2c200d7aacf8c7108e74feff1567 0.08 MB 184 135
188,126 188,126 000000000000061c92c3a3e48181f0aeddd5f4d1c039b9fd1d0893c10d5a199b 0.01 MB 28 107
188,125 188,125 0000000000000699920a2dc945ecbef873b7449c857721c5b0b8e29782298ed3 0.09 MB 205 124
188,124 188,124 000000000000039bc414c230f5cf737fec1aa45964e176c471c6d16abb50df0f 0.01 MB 19 596
188,123 188,123 00000000000002596cc83d5248424ac33ecf6abfa4c0a76a7147d000ffa492cb 0.05 MB 172 132
188,122 188,122 00000000000000a59ed9a22a31e5c655f526c2456a178abe12bc8e6cf40d1dde 0.03 MB 72 147
188,121 188,121 00000000000004b36c7d1f746cd2d9b2d29996ddc4fe0bed14d28135b7a8f00c 0.04 MB 49 110
188,120 188,120 00000000000001e2a600fddbce84fbdd73f604cefe049cd3483ddf5aac26cdc6 0.05 MB 143 67
188,119 188,119 00000000000004bec73c87dfb921dc09339f6ca19c985779f12c247ac861dc15 0.00 MB 14 29
188,118 188,118 0000000000000943981600978cc5fceb745bc3abd62307c2e2203f75b9673dc4 0.04 MB 49 62
188,117 188,117 00000000000006412345301b365a5e6568a7b276a982df1bd14ff2f91ec88a3b 0.00 MB 18 53
188,116 188,116 000000000000051e92449c775a252d684711eb3f890ffad1a74894518791f659 0.03 MB 76 112
188,115 188,115 0000000000000946abbf6c306b02551db102ec58dc9fbc6d09089bb038dd5aea 0.04 MB 110 109
188,114 188,114 00000000000006c7b50885c735352de9b502f043da111791300dc68766698eba 0.07 MB 143 206
188,113 188,113 000000000000056626f34c7ae2a2f692e3c3baacf17e6e91ea2ec42f9021bd6a 0.00 MB 11 29
Previous 10 blocks ↓
Total Size: 769.52 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,647.45 GB sent, 95.52 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.