Memory Pool Memory Pool Refreshing

5,562 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (796,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,054 111,054 00000000000037b799004c2a2694dcdc37a7d9306c3f99fc392398c1640127e7 0.00 MB 15 0
111,053 111,053 0000000000010005c3ec794a7e96a82a65c1606323738ec7619ae70fefae1ded 0.00 MB 14 0
111,052 111,052 00000000000081bfe60b1db6f1ba4a04cfb6f12c7b4d0f071284b36da8b0011e 0.00 MB 12 0
111,051 111,051 000000000000835bfe5e147123c99c181dd949c46b57c2e2ae743d2e9a702a99 0.00 MB 12 0
111,050 111,050 00000000000021a2cce1d124516867be232671a461c009e6692102dea6941cf4 0.00 MB 11 0
111,049 111,049 00000000000057255344ec39a0e7c123762e7c680eb431c93ea8bf8431ebb822 0.00 MB 15 0
111,048 111,048 000000000000bb52978982c0e83a263c53311c891f6d9aee191caa79a752c285 0.00 MB 13 0
111,047 111,047 00000000000090a175956c6d32b6b93c097877ec0426e8fd03ab24b6264e8ad9 0.00 MB 12 0
111,046 111,046 00000000000021ec082a51b2f697fd18e17cf4005eed0eb2f0d5dc327dd85148 0.00 MB 7 0
111,045 111,045 0000000000004615d9b0db3686d36bd76b112bbca1e25f0755ac467aacd3b03a 0.00 MB 4 0
111,044 111,044 0000000000009b9170f196039eadcb6ae1d701c92972de71aa51c7ee4accb9f2 0.00 MB 12 0
111,043 111,043 000000000000fb5b3b3d5f88398b0229cf3e81e6987f2a843e5150dab73460d9 0.00 MB 18 0
111,042 111,042 00000000000046ff79c864617bb4ac6f5fc24646c8cfabc2cec06df279a7b56e 0.00 MB 12 0
111,041 111,041 000000000000664fd123b8d1da7fde7576ddc73cc8bef012f3e8ad58747e2724 0.00 MB 12 350
111,040 111,040 000000000000ee331196242ecfa0319c0ee27b11aecd346f2930511eb936e4db 0.00 MB 9 0
111,039 111,039 0000000000007acf94e342494177a9ae593e51a1f312e9bb1a5d1ccf1a28b892 0.00 MB 12 0
111,038 111,038 0000000000005f45ed7fe755542d8a7ace59702670745bc9dbd1a990d3f75f1c 0.00 MB 7 0
111,037 111,037 00000000000026ecdc6ebcf030c317da4acd6b05874d2c821a55e5380a88a21d 0.00 MB 12 0
111,036 111,036 000000000000f57f682d491f0efd5df8455317b8f9d3fba933e71dc3a6017f56 0.01 MB 24 0
111,035 111,035 000000000000e489b74c590732d9becff63ac59ba21fc8bbbe129da857bd89d6 0.00 MB 5 0
111,034 111,034 0000000000003bfe6d8cb0e1ea9717dc526748b63b5502ff2ec3aa8da0ab781e 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.