Memory Pool Memory Pool Refreshing

6,165 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (104,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,304 803,304 00000000000000000000f25833e285699a62b7a1b209588b6ff5f3d4090f0fea 1.22 MB 1,434 6
803,303 803,303 00000000000000000003e00fc88fd8fcd2fd0cdea5c96b66be51c259189e1af7 1.54 MB 3,335 10
803,302 803,302 00000000000000000000f04941e8c2596a2986658dcc93077901b2a7f83a57b4 1.81 MB 4,308 10
803,301 803,301 000000000000000000002d03b39ac19855e53b947c6556640eda1c7650826306 2.00 MB 6,392 7
803,300 803,300 0000000000000000000525bf4f4efe75eac4fd86e8a73e71125ba9b9aa6595c3 1.85 MB 5,048 7
803,299 803,299 00000000000000000003f147109b0c794e78a41c65149527aaeaa887586ab2ee 1.49 MB 3,401 15
803,298 803,298 000000000000000000003b002ef7631e504a76fd0f46a4ed5905e6fa42b17701 1.47 MB 2,632 14
803,297 803,297 000000000000000000055e8c7f777372fef145a5ef08d66e95e82180229dbe47 1.40 MB 2,235 15
803,296 803,296 00000000000000000004b1412778a1bd2d63b458cbb901756764aa0078ffddec 1.47 MB 2,609 11
803,295 803,295 00000000000000000000406d130d6d807eda6ab18728bd7e3a24457ed18ecd01 1.82 MB 4,389 6
803,294 803,294 000000000000000000034fac8873fb4e5b156908e13424a687d23808b167aac2 1.50 MB 2,435 11
803,293 803,293 00000000000000000002b3c42b711538165bc69d5f3ed7bb7595415be4cb9163 1.76 MB 4,341 6
803,292 803,292 00000000000000000001f18442f8b8661186e977abdfa53fc772defe15d76bf5 1.68 MB 4,033 9
803,291 803,291 00000000000000000000d60d6be9481909f611ffbebc85e029b48a72a37a70ba 1.75 MB 4,123 7
803,290 803,290 00000000000000000003b3ff3de4ab808ea2942f674e3bd9347860bedade3ab6 2.17 MB 7,235 6
803,289 803,289 00000000000000000005041caf9cc9fc1423c5d2b138162773bff0c7657873b6 1.85 MB 5,295 8
803,288 803,288 00000000000000000000f95ea0d3e8ff24009675e2159136b55909470d974c33 1.99 MB 5,914 7
803,287 803,287 000000000000000000031168deb5078c2dbcacfa656be4e0da41f4a309ec1d79 1.88 MB 4,917 9
803,286 803,286 0000000000000000000142d08d8d44e5bc32501308234d265ce6ab83efed2b31 1.54 MB 2,415 11
803,285 803,285 00000000000000000000ba9cd6e721a29d7e32d1d775b98f676ee2ccf66688c6 1.65 MB 4,137 7
803,284 803,284 00000000000000000002d577a636359010f85ab480333e85014753ab3941ab05 1.50 MB 2,963 6
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.