Memory Pool Memory Pool Refreshing

856 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,836 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 811 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (7,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,557 900,557 000000000000000000002c0d84eeb0ac37cd3f6e5be834bbe897220030b33884 1.46 MB 1,087 2
900,556 900,556 000000000000000000001c721cb79c6d3492e1825003e263e47eed0fe9d36d07 1.50 MB 3,030 4
900,555 900,555 00000000000000000000914a14a4f8af7c3990dbcb7e92e3194609fb8aa690c9 1.76 MB 768 1
900,554 900,554 000000000000000000014e2a6f53ced21cdac13631d83782798736e042c3223e 1.68 MB 3,589 2
900,553 900,553 0000000000000000000034114f9712c90cfd108cf95fd2b5a44686611dd4af3f 1.47 MB 1,169 1
900,552 900,552 000000000000000000013bf7f73b026801e69fef2efe8a993490d267c51a7ce8 1.86 MB 1,573 1
900,551 900,551 00000000000000000001445386c570b19914325e12a3c9e57c95463ca619d6de 1.65 MB 2,972 4
900,550 900,550 000000000000000000009d38461f9c2e7906918532931210e8fa9a74670c9f11 1.84 MB 2,556 2
900,549 900,549 00000000000000000002026fde6cec6efe89c32727ebb508ea57c17442296523 1.55 MB 1,745 2
900,548 900,548 000000000000000000012b5c2a528a3c67db2a2752d781f1b0d88b35c668c248 1.65 MB 3,627 4
900,547 900,547 000000000000000000014c7852a962be15c5542fa4a8d4edd8dbcf26cb004c41 1.73 MB 2,746 3
900,546 900,546 00000000000000000001f7852e1ac7bb42caf812100c96070ea99f1859326f7d 1.54 MB 5,352 5
900,545 900,545 00000000000000000001a031fe20ecd0344d75eae331654e64bde802381d15fc 1.47 MB 5,670 8
900,544 900,544 00000000000000000000e6c3feeb306e9944742584c054eab14cde8afc9f799f 1.37 MB 5,749 13
900,543 900,543 00000000000000000001f39b220f0763b3f48a2524d1ade8e7410fe2361012cf 1.48 MB 5,962 5
900,542 900,542 00000000000000000001e4092ab1d4acf153b4798e31dfe49568b633840cdf1b 1.41 MB 5,310 6
900,541 900,541 000000000000000000016e8433f3b25b2f0c1e80b06d254ae9ea750e284d6342 1.52 MB 2,775 2
900,540 900,540 00000000000000000000a1d250f088ad6b136d83cdb5121323dbf433003dc010 1.54 MB 2,571 3
900,539 900,539 000000000000000000009fa87b3bef5e75412ee2cfb3710eaf1e0b84667dd916 1.49 MB 4,883 5
900,538 900,538 0000000000000000000040012e981d49360db5843344183d39d43d7f13f2ea67 1.64 MB 4,181 5
900,537 900,537 0000000000000000000030c6f947adae64d0932bbd5779d9434ce065c0b47336 1.55 MB 3,527 7
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.