Memory Pool Memory Pool Refreshing

7,765 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,730 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (5,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,347 902,347 0000000000000000000205f2b1ef0f2ee4aa56e9a1cf267e492dea42e1f89a36 0.29 MB 408 2
902,346 902,346 000000000000000000005a56b0ea9800436e46a2e30385de6312ad88e1a7c545 0.76 MB 1,445 2
902,345 902,345 00000000000000000001201fc81709a328f0f894f7f2a9b6d0332fdea5d9b68c 0.07 MB 86 3
902,344 902,344 000000000000000000006bfe1de5e0c7535142a192abc5f70f0169394203a6c6 1.70 MB 2,701 2
902,343 902,343 00000000000000000000be0d77ddb8c36c277db0600120e04fa9f514e65278f8 1.29 MB 2,136 2
902,342 902,342 00000000000000000001b8960aba6ae3aabaa965c0a09aa379a34b2ccedde8c2 1.37 MB 2,202 2
902,341 902,341 00000000000000000000bfa3f2508f034d6b5224c7cdb61bc08b60f62a97b02a 1.07 MB 1,837 2
902,340 902,340 0000000000000000000083bc6ced7f7a3806ddf347f5025e6e23a2b707ac9b6a 1.62 MB 3,053 3
902,339 902,339 0000000000000000000073fa844273452d2c71b36f6dec32f6170fa1f0ad6e6d 1.43 MB 2,871 3
902,338 902,338 000000000000000000019acfe25fa831f6bc8dfe160b0b59a68b717b66ff8861 0.56 MB 807 1
902,337 902,337 00000000000000000002335d55e23594b2e57df656cf1b65b2cce7e01d775d0a 1.64 MB 1,955 2
902,336 902,336 00000000000000000000127cc9d7f26ee006e7aa90a2f0a24b8d5e70252cd54b 1.62 MB 3,575 2
902,335 902,335 000000000000000000013acd63c75412cb5cde4831296fd7f36b095ca7e1d4a1 1.57 MB 3,842 5
902,334 902,334 000000000000000000012796c3b8c1c3159076b6b923ea0c558463e4c97fafd3 1.59 MB 2,856 2
902,333 902,333 000000000000000000020e13c402fcf420580ff63a3c57b36945ad92d39ed069 1.73 MB 2,043 2
902,332 902,332 00000000000000000000dac1b36137072668e9413c0dedd19d03d7b47544d130 1.62 MB 2,421 2
902,331 902,331 00000000000000000001c29c2e03f45da792cc07fdd5a92d69e156c7d05b2664 1.61 MB 3,050 3
902,330 902,330 00000000000000000001adc3249d5b5804d22f337a7d785b0692d742d280101d 1.63 MB 3,041 2
902,329 902,329 000000000000000000003ea1e4ec6347bee13f8c0a04c4700b4654bd4587b5ce 1.56 MB 3,926 5
902,328 902,328 000000000000000000007c9c17c7bf755ee79720c35ac8ebdb7dab148c6b7ff9 1.10 MB 2,591 2
902,327 902,327 00000000000000000000e247ca7e8a3be0bb048f5312b635da90fd8c5923c3a3 1.37 MB 2,825 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.