Memory Pool Memory Pool Refreshing

5,644 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (435,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,815 471,815 00000000000000000079623bc6b6b761e0355f59b984b6fe372a0ed74855a91c 1.00 MB 2,652 382
471,814 471,814 00000000000000000189618bff19ccae78c53970b55d64512d5e01cb12a90395 0.38 MB 681 289
471,813 471,813 0000000000000000015f566ba1df8850e5ba337fca69029fa63e3ea4ec5b2216 0.50 MB 848 219
471,812 471,812 0000000000000000014a05e3095a20b9f360067c1786bb4653d42c54af9c9c35 1.00 MB 1,203 76
471,811 471,811 000000000000000000b95a42ab9eed975009c264f82039147b7c809c799aef58 1.00 MB 628 49
471,810 471,810 0000000000000000015ae236f8959e979fa9337b186ebbd7f0596d03b67a474e 0.10 MB 174 276
471,809 471,809 0000000000000000012ecbedf78802b49d6909e630da7eeee4af75476355c5e0 1.00 MB 1,192 220
471,808 471,808 000000000000000000411f20963765e27fda2789080bfe6fbc116d1d977b0662 1.00 MB 985 184
471,807 471,807 00000000000000000168a6cc3391c70160ceee409a2fa63702e771dab8a51042 1.00 MB 1,487 235
471,806 471,806 0000000000000000004b7ae5b0fafcfbb11d0511c42a75e48bb2b70ce784414a 1.00 MB 965 131
471,805 471,805 000000000000000001469f49a74b5bfee1a2c6da048996f3ed77b4392b44acd9 1.00 MB 1,849 76
471,804 471,804 000000000000000000c8ee7e306ed26c3cfb67eb525b7e60bdf1f91d19564a69 1.00 MB 774 119
471,803 471,803 0000000000000000003cef6dbc755d37f0febd458a7ef0dffcca4c41cb40668e 1.00 MB 1,030 116
471,802 471,802 000000000000000000ce53c333aae05f377db71702f6f7cc2de2c3edbc36ee1e 1.00 MB 1,201 88
471,801 471,801 000000000000000000efdd94ab4ec382eff1357e64f5f8afc8bfe6aadb435c8f 1.00 MB 1,577 337
471,800 471,800 0000000000000000011fb62cb4bed353816674cfff7687feffd092ecef59d903 1.00 MB 1,211 57
471,799 471,799 000000000000000000ba34a901985c25c6ad34f51acd8e88049d3fc077f07b0e 1.00 MB 1,859 131
471,798 471,798 000000000000000000715f6e0a7cf3370c0c021e45cf2da877c7f808d5533696 1.00 MB 1,823 188
471,797 471,797 0000000000000000012fa79d3a0247202b7e83ee3e5100fa559a1136ebaacb36 1.00 MB 1,541 274
471,796 471,796 0000000000000000002477a6bd1ea52970a6eb5053a827421da2edb099ebedef 1.00 MB 1,214 316
471,795 471,795 00000000000000000067fa74e9e07cab5513baf496f86adb2f35660f9cf75213 1.00 MB 1,873 371
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.