Memory Pool Memory Pool Refreshing

2,526 transactions (0.63 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,029 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,028 (873,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
35,401 35,401 00000000b0d00c86e24b978f05a077527f7df3f58a17127cfc717899d60829d3 0.00 MB 1 0
35,400 35,400 000000004d321d4f633aa46f1ee1a4269fbe84f9e00eb6d6cc7dee2b3bdaf808 0.00 MB 1 0
35,399 35,399 000000009bdc19912b39df360450a06c46faff973c8a076951ea457becf79567 0.00 MB 1 0
35,398 35,398 000000003a6437d28fcceb8a983bb55e057570208a80ef1abe6fb4d6282d7867 0.00 MB 1 0
35,397 35,397 00000000b8699b7d67423e9006b0d7d5b950004a25d7ff29e6666e0dc8ce5adb 0.00 MB 1 0
35,396 35,396 000000000b5c01699b299c226b43ea200f45dd9742a489a9558e19643efb6fe9 0.00 MB 1 0
35,395 35,395 0000000077d5b76987c8f27585486a44e057809304227ba345d6728acb2eabd2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.60 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,870.80 GB sent, 105.44 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.