Memory Pool Memory Pool Refreshing

31,403 transactions
30.79 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,357 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,356 (398,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,475 463,475 0000000000000000006ac38135c8c1eb8ae0e58b567b3cbe16ae90ad29baf25e 1.00 MB 2,502 191
463,474 463,474 000000000000000001e630f79077bc73ca9587c13915ee80bcd3d59d254cadfe 1.00 MB 2,737 231
463,473 463,473 00000000000000000208eedc2515d317a338e69aee8f41c3c7868d6b04a0629d 1.00 MB 3,250 216
463,472 463,472 000000000000000000de939090e97b6de5020149bd89c65a77d88f08aa1a42b0 1.00 MB 2,510 277
463,471 463,471 0000000000000000002c1732f12add5e9b0cd59b8bebbe14e4473d1f2444ff15 1.00 MB 2,031 220
463,470 463,470 000000000000000001a4592f152900c589a0f2a74ab73f6964e7f74e3bd76cfa 1.00 MB 2,239 208
463,469 463,469 000000000000000000b351c7803c455943354c0d94f0ed76dae742a3e371c5f0 0.00 MB 1 0
463,468 463,468 00000000000000000043f7d5f44302b65bc7c256ca79ce5737bc400ebaef7757 1.00 MB 1,774 172
463,467 463,467 0000000000000000009074bae41b4c8ddbb38a45e82f7f0471527c71b3837dc4 1.00 MB 3,197 252
463,466 463,466 00000000000000000087c78f2acc687cec7f3c9a9ef84bbf924386587693d62e 1.00 MB 2,686 198
463,465 463,465 00000000000000000204103c65fe957da94ccdff73b46fc855014a87e760d713 1.00 MB 3,144 246
463,464 463,464 000000000000000000acf0aee2491c2f4c7829ea0499f2fb45a82ddc3207c49b 1.00 MB 2,912 241
463,463 463,463 000000000000000001db95c64414fffe2c8bb4d4c1dd8ea6130e9d5f8e40b6a2 1.00 MB 2,414 159
463,462 463,462 00000000000000000192c2a0be0c8c77209f9de836f3aec90e8e48d3591821a4 0.99 MB 2,657 127
463,461 463,461 0000000000000000000abc6f2644d358349c3b03e70ee9158f315904ef50e642 1.00 MB 1,203 144
463,460 463,460 0000000000000000020d6baaf1a25534964a2e7cb629c722e18f39a7dc0fb3ca 1.00 MB 1,437 138
463,459 463,459 0000000000000000009b822c53abfd406b386b11cb4fe06c8004a26b88908615 1.00 MB 2,392 173
463,458 463,458 000000000000000000870a02720d52c837112625e295275eb4b428623d71aa61 1.00 MB 2,479 170
463,457 463,457 000000000000000000b9b7a46cb3544b9e835825833fe5908e6512b095b371d3 1.00 MB 2,669 161
463,456 463,456 00000000000000000117c7ffffd203c1d368435104c47db577f5b5f6c237e2c3 1.00 MB 2,535 163
463,455 463,455 00000000000000000041403153d241d0f7a5f677bd961d3281ad83c0270b4746 1.00 MB 2,594 230
Previous 10 blocks ↓
Total Size: 684.84 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,365.22 GB sent, 103.91 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.