Memory Pool Memory Pool Refreshing

24,470 transactions
31.03 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,857 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,017 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,856 (163,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,449 699,449 000000000000000000001fd43cf0ce0888b29586c0afb929bdc11a887dd20118 0.02 MB 53 20
699,448 699,448 00000000000000000005866341db6801f881e806093b751bdbec493db6c072d6 0.36 MB 587 11
699,447 699,447 00000000000000000002658b227ae0e3d1fc3e91a2bed9b511690f974b36ad80 0.36 MB 522 9
699,446 699,446 00000000000000000001fc35e470b4754d5ab5cbd6301477b08941156321a52b 0.23 MB 348 14
699,445 699,445 00000000000000000008c1dee9ce75a30caa922094ca3530f7c99e8fb3b9ea48 0.56 MB 603 2
699,444 699,444 0000000000000000000861f4caf812de96749c5f9738dc237971daa1229ab06b 1.07 MB 526 4
699,443 699,443 0000000000000000000466192fe71c46a846a53db3cfb2a3e2649b3799e19d07 1.51 MB 2,421 17
699,442 699,442 000000000000000000000cb67f7963ef7444392331ed138e34e5728d1060d64f 1.01 MB 2,029 6
699,441 699,441 0000000000000000000a29a0506717008dee6e47e765e84bc5a6c7d39bd8f219 1.39 MB 2,485 18
699,440 699,440 00000000000000000004b627b800c0abafac48610487dc50192ec77fb09321a4 0.57 MB 673 9
699,439 699,439 000000000000000000084fee364329b0ec00f01a9c0c62b4b9d0b672174ea0cd 0.31 MB 557 6
699,438 699,438 00000000000000000006d2ba60fb9c5ee534de072e8513a6bc727d39fc4f8d7e 1.44 MB 2,671 18
699,437 699,437 0000000000000000000a38f49db215a896f5b18d2d3bdac4f1b710909a79b909 0.94 MB 1,208 7
699,436 699,436 0000000000000000000a87f37cb451846ba7749791d8046044b861b7b6e2ab5b 1.45 MB 2,277 10
699,435 699,435 0000000000000000000aee562e3e94a2e0b9c6d77dc0319976e5889130d16a5b 1.44 MB 2,675 8
699,434 699,434 0000000000000000000414e227b9f57ef253a7523384fcd5634e5afdd62ef288 1.39 MB 2,387 15
699,433 699,433 0000000000000000000775dc996258cbe6b37b183540f6fbd04b25b6070aa992 1.38 MB 2,182 10
699,432 699,432 000000000000000000001c9b1b3ff4671904258a80dd5989468b5189c6581aec 1.20 MB 1,674 2
699,431 699,431 0000000000000000000be622b759006a2ebb47ffc4b8d90c057e9f3b9b148361 1.44 MB 2,290 14
699,430 699,430 000000000000000000005ba2b489f5c968769175a4f55cad7f22d850bd3f1050 1.30 MB 1,480 4
699,429 699,429 000000000000000000070c56bdac0f2321d9fd94f00dbcf7e071e9641e28b7ba 1.47 MB 3,138 13
Previous 10 blocks ↓
Total Size: 685.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,405.50 GB sent, 110.73 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.