Memory Pool Memory Pool Refreshing

69,645 transactions
31.74 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,853 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,448 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,852 (24,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
845,446 845,446 00000000000000000000d0835c2f5e2471a1fcab19b704d606b3a25c9fff494b 1.44 MB 5,783 14
845,445 845,445 00000000000000000000f5a8bfaf11c321f576f1e8ad767795cbfb2bc1c22d6c 1.54 MB 6,804 12
845,444 845,444 00000000000000000002a8726d5fac18bcaabb8792abdb22de9b22bf5d226ef2 1.52 MB 6,146 15
845,443 845,443 00000000000000000001d5f906b73c3602f500fe1ca385b88b358d1ae27e7e20 1.44 MB 3,721 23
845,442 845,442 00000000000000000000d0571921a10fade292e27be05ea88c66aeb8b60ace28 1.46 MB 5,457 16
845,441 845,441 0000000000000000000088e06fd664a8f47cfa231ad4f3ea1a2308b8d55de901 1.51 MB 5,214 11
845,440 845,440 0000000000000000000119ed34dde6c44207ab38661ce3bd6edab15e7cbdc8e0 1.48 MB 4,223 21
845,439 845,439 00000000000000000003039e9302497b3649809bab7c1acf355099bf17307175 1.42 MB 7,267 9
845,438 845,438 000000000000000000020b34df21cf16c8830434f93c5b0771897e1a84d245ff 1.48 MB 5,085 12
845,437 845,437 000000000000000000029bdff0aa36919e7b45613b3fdcec8cbf6f2772b51d10 1.53 MB 5,727 11
845,436 845,436 00000000000000000002c3c68c994840ee2d909b2fa66d837becd1d7552f868e 1.72 MB 4,364 9
845,435 845,435 00000000000000000002fa60152b99df28cbcb04c5386e7e6e224db9f9cc3b56 2.38 MB 3,451 10
845,434 845,434 000000000000000000016800e853288b4bab457bc6ec6a937d2bd80bc202901b 1.72 MB 6,243 8
845,433 845,433 000000000000000000024b862b18268dcec064bf94e59d2d81b69095e9ea14e0 1.44 MB 6,669 9
845,432 845,432 000000000000000000021e4d260f51f9757ce5a20b7c5cd9b2ea372657cf2860 1.46 MB 6,621 9
845,431 845,431 000000000000000000032c056abeda82f56a3e2a05831c77160d04c067131744 1.35 MB 4,715 10
845,430 845,430 000000000000000000006ee68cfe74469c8efbcab108232ba087b12e707ee62b 1.50 MB 4,496 16
845,429 845,429 000000000000000000029fb2ac253b894517ea0116dcc1ae034f797ec132a67c 1.57 MB 5,977 9
845,428 845,428 0000000000000000000000cc230413c1fca6994804329273d11315ffbcad28cc 1.54 MB 4,467 14
845,427 845,427 0000000000000000000117c084bd8e7620200c6bbe226f798e3aec936cc9cd47 1.52 MB 5,828 12
845,426 845,426 00000000000000000001bcd38ef03def2986915b5626f95c27e388532cac2577 3.22 MB 1,893 8
Previous 10 blocks ↓
Total Size: 699.18 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,127.38 GB sent, 205.13 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.