Memory Pool Memory Pool Refreshing

3,363 transactions
25.92 vMB
Show Random Selection Loading Transactions
Max Size: 106/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (876,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,536 31,536 000000005babe1b75e8d4725ad4f8c7c0df3a73c236ff945cd68ed2cee8969e3 0.00 MB 1 0
31,535 31,535 00000000a8f6e1a175facb23d9aba5dbbbff96ffe8e1d7928a6c04c0a184c4a8 0.00 MB 1 0
31,534 31,534 0000000063f706aeb395dd7dc3bf5f0e0e48bc6bd574cba4f14c3c44a2d5ea3d 0.00 MB 1 0
31,533 31,533 0000000001399114c9a6c27cc4743c564f4ace54571690b9eb104faf83158b9b 0.00 MB 1 0
31,532 31,532 00000000fe88a4087f43ab51bb33c891dd367b4f0213f62f8e9ad532d6d74718 0.00 MB 1 0
31,531 31,531 000000008b4a71c80971bff49ab132f45bcdf9ff882632a1da67cd0e49760e20 0.00 MB 1 0
31,530 31,530 000000001bb8c3b1e2b17547e70b72e798037d488a1bc8378b407ca8cd0bce87 0.00 MB 1 0
31,529 31,529 0000000069dfa835e265f599859b9f7fc2349d9ca10a4918a5bd761cd09bffd6 0.00 MB 1 0
31,528 31,528 0000000064a83a14894f0b7eb1a9b2e34d37be0c03a1243cc4e8e7f65d985c4e 0.00 MB 1 0
31,527 31,527 000000008c8e4c48dd8094525a4aa25dc50500ce3642e816ac8664f22bef9465 0.00 MB 1 0
31,526 31,526 000000007d393c242d680900e6987c006d1f8793a8f4dd91bbfed23959ef92c5 0.00 MB 1 0
31,525 31,525 000000002fe4b9e3bf77c5a2409bf8447136deb343a68c03300a39289cbd2a9f 0.00 MB 1 0
31,524 31,524 00000000d3d761c869b9f1f1df2e6aeb64242222d2f9e972dbbaa8574e384c78 0.00 MB 1 0
31,523 31,523 00000000bba9673e648c6d6f5ab423317eebdd5ac6c4704dd498d64e6b4302b7 0.00 MB 1 0
31,522 31,522 00000000c2e51a1ecc68e38caeb12e8fe31b65988f74a0cc7ef368cf4f485d3f 0.00 MB 1 0
31,521 31,521 00000000be74b61e9f1f72f7a26e0ff52e75120283f54b29a6450b8e4fc58cbf 0.00 MB 1 0
31,520 31,520 0000000071441b085d6d06e5c709e070a1761c65ef4a4cb38405a3fa1dc0ad83 0.00 MB 1 0
31,519 31,519 00000000b07056bc2efe21e01d2b55c260ddf9358e15ccaee6800466cc51412a 0.00 MB 1 0
31,518 31,518 00000000897a62f49ad52610af511c640497b968bc39dcc3406d5368493cc4c6 0.00 MB 1 0
31,517 31,517 000000003580451501c492032c06dc40f2c094554c4cafecfcce0cec2162fccf 0.00 MB 1 0
31,516 31,516 000000001f3a04292f7f31c5e98417b37a3f87c305159d25a18ac75474bf632c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,697.69 GB sent, 98.59 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.