Memory Pool Memory Pool Refreshing

700 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (794,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,355 113,355 0000000000001b2e2d51a6412c4fc0e4694703bfb19489bec9b0dde44ddb2ffb 0.00 MB 6 0
113,354 113,354 000000000000cb575cec99c2d282637b5a868552f5b222b309d38af100d4b85c 0.00 MB 1 0
113,353 113,353 000000000000c4ed45dfb504f7bda41b90e85a166321342fec0dc622a892ae6f 0.01 MB 14 182
113,352 113,352 000000000000ca6ff008692c5e49cd739d0f920bee702503ec1d5842228a470e 0.00 MB 11 0
113,351 113,351 000000000000a4c3bbd7ac9e5f4b850aab556f5a38ee6fc1e3607bee0654b59e 0.01 MB 36 532
113,350 113,350 00000000000079d41fd4159b6f46ddee2701a1cb12aafbc611db6323661e8db1 0.00 MB 12 455
113,349 113,349 0000000000002d500d15c0e3e33dea70bc1bbfb33839752cbb21bdeeb8ac94a3 0.00 MB 1 0
113,348 113,348 000000000000086e9dc49ca0c6ab05dc6b7590ed6a6fc29bd41a98179faaa0c1 0.02 MB 43 193
113,347 113,347 000000000000cf868675a06da32eaf6f3451758558537de74de9643df27975c7 0.00 MB 12 744
113,346 113,346 00000000000065c02079c7f0e96dcf76362fa28882978352e649574455ddda28 0.00 MB 10 0
113,345 113,345 0000000000000ed63144e1aa2f25de09aeb2d775605fc5bba1b450d4ebe1a170 0.00 MB 5 1,694
113,344 113,344 00000000000010dd1909d6b123e615fbacdbcdb132fdacfbe59357fca9aa1890 0.02 MB 45 117
113,343 113,343 000000000000862ddde54be09dce1551f775349cdbfd6d9a9680f4cdf9fb433d 0.00 MB 11 561
113,342 113,342 0000000000001d88e69f0b267ef8327ff1df6ec86659b5c78e4fa83ebd55f4ee 0.00 MB 9 0
113,341 113,341 0000000000000d7d2b064a80bf46bfb7ccd38c59bee306b7aefddda180921f5b 0.01 MB 33 302
113,340 113,340 0000000000000deb343ce50db9d434366b3c5284a0ab008fea768b1c9d9e601c 0.00 MB 1 0
113,339 113,339 00000000000058669278914dede17020d474f9f70d838361a322414de76ba3b7 0.00 MB 1 0
113,338 113,338 0000000000001c64aa55f067630c0c620feb41e349d8271d573f67780be99983 0.00 MB 5 3,875
113,337 113,337 000000000000b9262ceef9fac36cab79daa60a7c82c6b0a9e0a290a8132dd416 0.00 MB 3 0
113,336 113,336 00000000000086197977abcd99d01ffffaf165f10be65231282d1a99995d6542 0.00 MB 4 0
113,335 113,335 00000000000031a031b9f54d719a222e2ef1d9f101f8ce3aed08465101c1149a 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.