Memory Pool Memory Pool Refreshing

26,467 transactions
33.16 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,099 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,098 (56,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,810 805,810 00000000000000000004fc75b452daf0cbd4ce2968310e71cb878cc0470c2faa 1.92 MB 2,411 15
805,809 805,809 00000000000000000001175c0280cfa8c39fcc534120acf93bcc39620cc06119 1.56 MB 2,455 14
805,808 805,808 000000000000000000003c1861d8cc928476381f8e60abb1244a451db1ecf792 1.40 MB 2,507 18
805,807 805,807 0000000000000000000475e266695760bbe64c8fd6379b4b7d4d08844d6a7654 1.45 MB 1,577 16
805,806 805,806 000000000000000000047ee8d5b867047e69c489ff1c06d85feea4fda8868995 1.28 MB 1,388 17
805,805 805,805 00000000000000000003a2c259ace7909b9614d09f557e6ae1ff607d33411c58 1.55 MB 3,400 22
805,804 805,804 00000000000000000002614aebcc53796c54f67742e793f01660c1213ec77f61 1.34 MB 1,696 29
805,803 805,803 000000000000000000017de5fa60e3fddcacd5eebb33c0ce0f819803e5aa587f 1.23 MB 1,447 20
805,802 805,802 0000000000000000000490d04142ecd4cc228de03464efa206fa260d18d9a4d8 1.54 MB 2,422 17
805,801 805,801 000000000000000000038546b2300d1614bb7b6ab721141597b45e53e3777218 1.55 MB 3,760 22
805,800 805,800 0000000000000000000458cfc73919d21953c0acb8d59d89adff1b152a0f6655 1.42 MB 2,954 29
805,799 805,799 00000000000000000003906281fe5674a5315df98e45ff5d05dbbe503a987a8a 1.64 MB 2,509 15
805,798 805,798 000000000000000000035e02111a0403eecccd7a340ed8ec85f6c7e96e7d79fd 2.35 MB 2,190 12
805,797 805,797 00000000000000000000a2c1cc70d3e4aa00b8d914ea2abeb5cadd898f1efd5a 1.56 MB 1,896 11
805,796 805,796 00000000000000000003303e9faa29eac570ff07518374bd4079a8b059931598 1.55 MB 3,559 22
805,795 805,795 00000000000000000001611081ad6259313cdf8cd1fbc5ddfb5c403a8739b16f 1.14 MB 1,031 18
805,794 805,794 000000000000000000022881372a8afb9f3d94e75cdb120e115d0f2370596afe 1.59 MB 3,777 26
805,793 805,793 00000000000000000003a2eb9e9100fdfb8cd9ab5106014767baeacdb048d6a9 1.84 MB 4,643 10
805,792 805,792 0000000000000000000454a285d2fa76b6349253568ee3cc1d514ec7bf0cac1d 1.93 MB 2,290 15
805,791 805,791 0000000000000000000140d58ae910cf726dcb9c0122204fe7931b5467186c25 1.55 MB 2,979 24
805,790 805,790 000000000000000000050c3025138b4176f9af7247f62320f7470c26654d3328 1.61 MB 2,582 17
Previous 10 blocks ↓
Total Size: 684.35 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: 1,336.42 GB sent, 100.64 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.