Memory Pool Memory Pool Refreshing

62,265 transactions
30.04 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,341 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,982 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,340 (86,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,664 783,664 0000000000000000000263bd4d5b6bf9e0cde40ba43fc81b7a404cb2e71f02bf 1.96 MB 2,340 11
783,663 783,663 00000000000000000000132428180cb9d0930cfcf245aafe2c2f672cafe109b0 2.16 MB 3,324 10
783,662 783,662 00000000000000000003bffe7af768605288d4aa14ebeaa3651d37fb64a56434 1.81 MB 3,274 21
783,661 783,661 00000000000000000000478fda6a8b3d877e97afd4215e6bf52c787d55acb2d5 1.90 MB 3,196 9
783,660 783,660 00000000000000000004cea0ed2d4c65b679705a1b40a351c0314c1a31c822b1 1.66 MB 2,919 22
783,659 783,659 0000000000000000000515569ad124fc714c5d5b329ad4a1874cc2a3403cd230 1.51 MB 2,925 20
783,658 783,658 00000000000000000004c2c0ecdea0d902c334b5da12862d1c97c46fe59ce0be 1.11 MB 817 17
783,657 783,657 00000000000000000001d9310a4ceb93bd949a512516d84a82948b864012deec 1.64 MB 1,789 15
783,656 783,656 0000000000000000000542f4110759c30dccae755c037f1e82f1a27cb2666f57 1.67 MB 3,250 21
783,655 783,655 000000000000000000027679d23cb5de795f20ea2435ef98616847b813aab1ac 1.52 MB 2,611 16
783,654 783,654 00000000000000000005d9f292c8ca3032e7da146b4407ab81b50c2ae6bdbb9d 1.39 MB 2,412 18
783,653 783,653 00000000000000000005811535d9d57cd4f8d236f9bf21beb94be82fa648f748 1.57 MB 3,061 18
783,652 783,652 000000000000000000018c27d46afc6d62ce94fc900dfe5b8889fb184d4a6c7f 1.62 MB 3,891 29
783,651 783,651 0000000000000000000349ffa1f6fcf133e5b8b0ee93f1a34632e3dcec9abe2b 1.63 MB 3,589 23
783,650 783,650 00000000000000000001ef63297837d60c16842bb9c2690826a20df2591fd30a 1.60 MB 3,897 31
783,649 783,649 000000000000000000013ea9852efaf294b30e799059899f63b2e7d04b10f606 1.65 MB 4,127 26
783,648 783,648 00000000000000000001a6536f90f7d67fbe88367ced1366c3fe876a160dda59 1.53 MB 3,477 37
783,647 783,647 00000000000000000001771676f1aaf8ec9197319b10f576d92e265fa4820e60 1.70 MB 4,183 27
783,646 783,646 00000000000000000000d7c51f1bb74a28e6ab44635934ebd4ff1e2db054712e 1.61 MB 3,460 27
783,645 783,645 000000000000000000007459330648ccc0f0feae8ffb9598f8634e0575e67e5f 1.59 MB 3,917 27
783,644 783,644 0000000000000000000065f2b62f728a45694a9fd99b5417213815dc7c10c699 1.39 MB 2,482 36
Previous 10 blocks ↓
Total Size: 700.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,233.60 GB sent, 211.00 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.