Memory Pool Memory Pool Refreshing

12,197 transactions (4.51 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,083 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (873,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,422 35,422 00000000333963e7da4e7c859c1cac69f9d409814f8fe953180987a395dfc062 0.00 MB 1 0
35,421 35,421 000000009f2f1e0daa2bc6788dfb76af513b129b0578cc9b74b896bc4f28d384 0.00 MB 1 0
35,420 35,420 0000000070ec75f49e704b532b17883bd971b0dd62c663e8cec07d5fbf1132ee 0.00 MB 1 0
35,419 35,419 0000000043936df85347e38716c2f9e6d60dc6575988ab2aea267efbb0852ab0 0.00 MB 1 0
35,418 35,418 000000000e715cadf6781766c3526028611c74b47c836e46c0c81c0b2fc440f5 0.00 MB 1 0
35,417 35,417 0000000077ae35d2f9a1b037bbeadb6e3c4be34a77af7ac494cca00b7bca6c36 0.00 MB 1 0
35,416 35,416 0000000070d1a312a8d01b2f19b370f7488e8499a76bf47ad573c23fe819f457 0.00 MB 1 0
35,415 35,415 0000000032c3b525032eb57940b79c19be87c954f11d74da9132f7e5e3127051 0.00 MB 1 0
35,414 35,414 000000006cce9391694e19b3c918081d5f1392b39f00382e0ba8192059be69e2 0.00 MB 1 0
35,413 35,413 000000000950297cf2b4e2091a17cbd7fa6ba40321a4969fd9a507cc3f72725f 0.00 MB 1 0
35,412 35,412 000000007d556f28dcd608b5f51dfcf1f7694a9d8fab5b663851b6177f84f427 0.00 MB 1 0
35,411 35,411 000000008acaf1ee0ccb96d70e90c21cd3aff327c0f9e2fa3d79400b938046b7 0.00 MB 1 0
35,410 35,410 0000000021297594fc2fc9ba8085098392dae5fd89ff9422ccf2b1ac1c2f2c34 0.00 MB 1 0
35,409 35,409 00000000315a40b7d1c8f87abec6e0c1ec4b0ae907fadcee4809976134c05c51 0.00 MB 1 0
35,408 35,408 000000001248d2c5afdecc2d22fc1d790306d7a109d43a4c515cb349c35e9aa7 0.00 MB 1 0
35,407 35,407 00000000b2324cbc6ba941dad435d8e9c20c4e8e8f4a58b9c0124b64700136b7 0.00 MB 1 0
35,406 35,406 0000000046ac85e1bab1cd5b456098c52f94371e8fa445075bed50221c54606c 0.00 MB 1 0
35,405 35,405 000000009609bb7f77e3e45ec24054617b94b7aa86280245ba32f5d3b9fa4818 0.00 MB 1 0
35,404 35,404 000000003abecf3fac1da4f390c44c6c17ff5e9bc7a2d5741b4e689f15b4e2bb 0.00 MB 1 0
35,403 35,403 000000006a48fad4ad4991ee31c73a08d167c277b69f8674bff3499f5e3c2dbe 0.00 MB 1 0
35,402 35,402 00000000bd12c192a3a66db5534c2c7daa563d31dcec3431594790991aa5bd28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.18 GB sent, 103.93 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.