Memory Pool Memory Pool Refreshing

2,403 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,384 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (453,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,785 454,785 0000000000000000006d3c0d5771830f3eceaffe8148a0a3cb4a32b8193c9328 1.00 MB 2,002 113
454,784 454,784 00000000000000000202d784abeabb8f4f0f54871cdf17cf8c14b2f9d32710d1 1.00 MB 2,841 150
454,783 454,783 0000000000000000013b9531b3b03424d022b7b057c897430acd6a22229ea50f 1.00 MB 724 65
454,782 454,782 000000000000000000ff463b83e826f0be59d02bcae43e18ab05698b0a7c69c2 1.00 MB 1,305 88
454,781 454,781 000000000000000000d6c6d44ef049c585d1d49003b26e1df7bc165c785307a0 1.00 MB 1,534 81
454,780 454,780 0000000000000000023597baaefda392f1ae7a72004ff7dba00f72b4325cbc45 1.00 MB 1,363 95
454,779 454,779 00000000000000000170dac50c9a9daa238ea4e5a90ac21783b4c3960ff6ba8f 1.00 MB 2,073 117
454,778 454,778 00000000000000000242d15cff42de924106dfed0babeb6f8274ba52337939b3 1.00 MB 2,516 150
454,777 454,777 00000000000000000057ed1d982a1c2675596bb2263313720acf8844486eccc7 1.00 MB 2,422 139
454,776 454,776 00000000000000000113835f891b0772e40f9d6e88a5114fd8240ba507066134 1.00 MB 1,402 115
454,775 454,775 0000000000000000014bdd691c03cc1fd15eda56c17d866794408f5b57a12ebd 1.00 MB 2,912 115
454,774 454,774 0000000000000000026818868daecb3dfc0a1ecbaa6976839272577b25daa647 1.00 MB 1,990 134
454,773 454,773 00000000000000000126fc8712b292ae036871267f53f926135cf3e09c290cc4 1.00 MB 2,356 150
454,772 454,772 000000000000000000b8612839a3fadd0c1e52d2ffee5e7abac618e9804bb59d 1.00 MB 3,251 155
454,771 454,771 000000000000000000eec3b7e2721e0a8411c2bb816a1a7d5d34bb5c5ee5ce5f 1.00 MB 2,412 158
454,770 454,770 000000000000000001ace96ae0b3f696575625f4c89f0965f8601ab81f84ec34 1.00 MB 406 39
454,769 454,769 0000000000000000025f7a12fff71d9b0cbccb013ceb2106b2292382e227a671 1.00 MB 1,887 115
454,768 454,768 000000000000000000543118297ee7624b00cba61f9f90c1c874b7f6a58dbe67 1.00 MB 926 71
454,767 454,767 000000000000000002331fc837e661465320a63ffcdba1b41d97e906612be8ce 1.00 MB 1,514 96
454,766 454,766 000000000000000002744d9bb9273d888e5d11d6a7f1ffedf206eea4035f55b2 1.00 MB 768 36
454,765 454,765 000000000000000000fa153618688dc62eb159804dc1cb2ade4cfe119549f487 1.00 MB 1,474 100
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.