Memory Pool Memory Pool Refreshing

2,216 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (807,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,842 100,842 000000000000214c87d2a836bf2badcfcba4d0384794f6f1c809958deb230f13 0.06 MB 6 988
100,841 100,841 00000000000135709b1f892d4e87e3eed32bc33f14c3eb21252bec2b9f7bcb13 0.00 MB 3 0
100,840 100,840 0000000000015e43ddea6731774ebfbdb46f83b313cb52339b0304e89445e3ed 0.00 MB 2 0
100,839 100,839 00000000000025f52c13a9e6c1a28b8c15c7abd145502d6959080f52469be5da 0.00 MB 5 0
100,838 100,838 0000000000037125173b885433a257ed9d72bab20c82c9355bb79dbae250bfe3 0.00 MB 1 0
100,837 100,837 000000000003ef88704a770a75fff692577bd0c7c31ba8f78f082cec89fa215f 0.00 MB 2 0
100,836 100,836 000000000003dc8a3ab9ccfe2437f817ef6d980960e808786715df7479bce173 0.00 MB 3 0
100,835 100,835 000000000001a2d16001a95ef25f587fca1393a52efd3bb59404937c392d520b 0.00 MB 2 0
100,834 100,834 000000000002065566750a9b98452d0887cc4d33017e6b3c16c3f6bb583cc5e6 0.00 MB 2 0
100,833 100,833 0000000000026d4b8593b3c9ff26c7f9007c0d276c526b038998bdb06899c8eb 0.00 MB 4 0
100,832 100,832 0000000000011274b7e2cbd370cc9444dc9124ebb2747a947a69a144cfc6a984 0.00 MB 4 0
100,831 100,831 000000000001a54f95d25eb2d721f91a2e8e705c84d085b1eed8cd39e61b7cd1 0.00 MB 6 0
100,830 100,830 000000000000200143b435339d491211ec7de90a75cf197e3b8b482674e34066 0.00 MB 4 0
100,829 100,829 0000000000023835bd370647b3a64b52c99192e0e1ce0e9350e20452151c312e 0.00 MB 1 0
100,828 100,828 000000000000db862f5eeb2ce33eee3890621b4588d27771e4cd392fda47ac7e 0.00 MB 1 0
100,827 100,827 0000000000013b2c7ea1d8f07e7e2ee4dfcb5c24240aa60bb854773331830942 0.00 MB 2 0
100,826 100,826 000000000002b1016a694c834ab4a46b7362161f5119021c2101ca29dc0a7563 0.00 MB 4 0
100,825 100,825 00000000000059f07d7b74af096f8ec5c98e409f18ec5ec8863191f633b2cf33 0.00 MB 1 0
100,824 100,824 0000000000039d91f7d2346f56d4af8081405d6a381a0b98b6388ea6522bc603 0.02 MB 94 0
100,823 100,823 0000000000014cac54ae45afdda8c0fe53d93fbb0b578edaf9729f33bc10227e 0.00 MB 13 338
100,822 100,822 0000000000025ecc4271d6d09779e43d69e81f0fcaabc8841a8fefe0171e79e5 0.00 MB 12 339
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.