Memory Pool Memory Pool Refreshing

2,180 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (2,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,217 905,217 00000000000000000001b2e25ec85b04229f690060240299b0583687ac375192 1.67 MB 3,962 3
905,216 905,216 0000000000000000000170a12a2ac3b2bb0f14c1c66309191f431d08272e1354 1.73 MB 3,234 4
905,215 905,215 0000000000000000000023c99d58d2977beabb104d7d0a2c8f8ed0bc874703b3 1.51 MB 4,098 8
905,214 905,214 00000000000000000000bcb74a2b26bee5869ec19a0decff8c163afaca1946af 1.77 MB 4,908 1
905,213 905,213 000000000000000000001b77c1d0066754b9cc8a09107f7e3f66398be34c8948 1.63 MB 3,138 3
905,212 905,212 000000000000000000009de3a5729b481c648e0733ec939ab1af6d38ab518321 1.80 MB 4,592 1
905,211 905,211 000000000000000000002ce0320b72c2010821eef04e43790735cf1c0ff81777 1.72 MB 4,587 2
905,210 905,210 000000000000000000018a12c2bc56434305714a9bddb31c11c81b7551058ab2 1.49 MB 2,707 3
905,209 905,209 0000000000000000000133b25fab404fa4d323645c9a2a3730f48585fcec68f9 0.95 MB 1,516 1
905,208 905,208 00000000000000000001c790f595a9d740ad0710f1b63b8645aa207190b9d8ef 1.54 MB 2,855 3
905,207 905,207 0000000000000000000169817bb4bef10ce99c5fa1ada5a45a5bfb534fd8132f 0.75 MB 1,394 2
905,206 905,206 000000000000000000006e7fe29d38cb3f086e5fd8c55b063a2c875544054ecf 1.82 MB 3,192 1
905,205 905,205 00000000000000000001a854bf339f64f375985390573e119b859d15eeb60fa5 1.66 MB 2,333 2
905,204 905,204 000000000000000000019c573dca114150cdfe9fd91472a02a0ab4b0e0dafe6b 1.77 MB 2,840 1
905,203 905,203 000000000000000000017ab813d3aa12958efb27c88c3d448a9093a5444e3962 1.76 MB 4,776 1
905,202 905,202 00000000000000000001b2f761418a34aa87b0f59f3fae77779daefa22ca9935 1.68 MB 4,306 2
905,201 905,201 000000000000000000007e3d772e672857aecf3be2825cf5627be3734ede9915 1.69 MB 4,520 2
905,200 905,200 000000000000000000013fb0af88f5cda48d083ec1b36a2a407254e8f27cb95c 1.77 MB 4,925 1
905,199 905,199 00000000000000000001813b8def8587252babb3ca04594e2056b9b79bb1678f 1.63 MB 3,725 2
905,198 905,198 00000000000000000000a173f1c6875d3b86aa5f3688fe325742fb1afd795518 1.73 MB 4,681 2
905,197 905,197 0000000000000000000199d47c5867e3cb3e6cf6c535d9e6947dff36a1647f3f 1.75 MB 4,756 1
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.