Memory Pool Memory Pool Refreshing

39,320 transactions
31.14 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,063 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,989 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,062 (27,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,080 835,080 000000000000000000003c3ac46f7acf763fa5cef061cddd7497c875a542bbd9 1.76 MB 2,674 12
835,079 835,079 000000000000000000030d490552bf50f330fc8a8227097de90f0820f1c976a5 1.74 MB 2,641 17
835,078 835,078 00000000000000000003373b91aa60f7c735863a262c423f96a541bd0194127e 1.58 MB 3,161 24
835,077 835,077 00000000000000000002d578add02468c118aac5bc0f1a162e4f93dbb826c453 1.92 MB 2,855 10
835,076 835,076 000000000000000000034ca3d97594451245deb812ed2be7cf178ef5fc6195a3 1.64 MB 2,945 22
835,075 835,075 000000000000000000000c3cf8579368db9019d761f7255f7a72d752477ed9f2 1.63 MB 2,449 16
835,074 835,074 000000000000000000025f3b347f9e628f7eba3609e2d70e576ef7f248c388b5 1.62 MB 2,835 17
835,073 835,073 00000000000000000002f825d109ef7c99cefe62249055d77a3a9e399d93ac00 1.49 MB 1,824 16
835,072 835,072 000000000000000000027e8ab23c5db563a549d55301703dcacf9fe8bc3ad877 1.57 MB 3,463 25
835,071 835,071 000000000000000000015e4b40d5f67961d60117604a878adc90a1fc09265341 1.58 MB 3,569 29
835,070 835,070 0000000000000000000016e2b2f1c84b1fb4c20e62bdf43b46abf226fac656e1 1.55 MB 3,529 23
835,069 835,069 00000000000000000001d927f49a5e0b5c2d353a526012f5ba7b49b3b7550eac 1.62 MB 2,758 16
835,068 835,068 00000000000000000001cf6a050d431c2ef8db4f5453e10486a8e66944c69720 1.66 MB 2,620 19
835,067 835,067 0000000000000000000041fc7898ecab3fadeab4d8379d475d4d44f86dc9acc9 1.64 MB 3,200 25
835,066 835,066 000000000000000000018832d8f3b3e8d6e7d683e3a59c5785ae82f80bea5c55 1.76 MB 1,142 11
835,065 835,065 0000000000000000000147a62d1096c3b230d3bc6de6605c2a7e4330afa3221a 1.87 MB 1,511 10
835,064 835,064 000000000000000000008dd4be87d10f1f32af5af1eddc5c190b632bc5b01042 1.64 MB 2,805 15
835,063 835,063 00000000000000000000259b4826b8d68a9c58ebbbd5573cc3ae6f13ee1fa855 1.72 MB 2,111 13
835,062 835,062 00000000000000000002185d012ba2f9030311cb25c687c74e64b4701b16dc4d 1.40 MB 1,650 14
835,061 835,061 00000000000000000001f50f50e26a4b644ae8cc74ed9741b220f3d443736293 1.58 MB 2,542 14
835,060 835,060 00000000000000000002228b64b4918d0d4244379b0be94a9682da50f160505b 1.65 MB 2,829 17
Previous 10 blocks ↓
Total Size: 686.21 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,417.62 GB sent, 113.50 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.