Memory Pool Memory Pool Refreshing

35,194 transactions
22.92 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,587 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,586 (163,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,454 699,454 0000000000000000000d2be3216bf643605a96a9a487fca8e4b2ae523ab893a2 0.14 MB 340 10
699,453 699,453 00000000000000000007325e68c5460dc05b57b320f5f61f032b34120ff80eb7 0.09 MB 176 18
699,452 699,452 00000000000000000009a2d3ffa50b8f7d07d36a603e0b9c46f6fadb52438f0c 0.07 MB 149 19
699,451 699,451 000000000000000000097b5e9867650f3909bd682acb3a0c99e7c44ffc3bf933 0.11 MB 270 11
699,450 699,450 0000000000000000000dc4dfc9b7045446c25673abc751542e4d554c28eec10b 0.01 MB 29 14
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
Previous 10 blocks ↓
Total Size: 685.29 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,376.47 GB sent, 107.52 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.