Memory Pool Memory Pool Refreshing

3,723 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (571,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,570 336,570 0000000000000000118dbfe9166cdcdadc81733221bd0edf6fab3c5847c25b8c 0.34 MB 374 16
336,569 336,569 00000000000000000c16d61675e06393144fde7b2e65ff5d2e377ff931c479f0 0.05 MB 100 23
336,568 336,568 0000000000000000185dabb60fd503916896c606cd3657b9e958f0ff38bf8a39 0.01 MB 28 36
336,567 336,567 00000000000000000a687d26a5a76a9d2167999faada6be32dccbdf1a7282217 0.25 MB 525 32
336,566 336,566 00000000000000000e0aba21a604755f5adbb6bc049ec16ba0087bea29dd3fdf 0.22 MB 393 26
336,565 336,565 000000000000000002af278c57781f89007bc6482d980b3a5431a256b2cbe16b 0.02 MB 74 32
336,564 336,564 00000000000000000f7c26a65fdd3d59869a2b66cc2763c9f0bd75bd71d8a38f 0.35 MB 578 23
336,563 336,563 0000000000000000014f75eb26c54630877bc052b82917cd56b55244b7a8e040 0.19 MB 401 26
336,562 336,562 000000000000000015f24a7ff0fedfb08d802970d04de3e1bbad74ce5a6b24fe 0.15 MB 307 26
336,561 336,561 00000000000000000ee38934c5ff8b5b1763916d9e816496f0c2513faed87583 0.30 MB 483 27
336,560 336,560 00000000000000001b4f2da1de920eee4190ab844998f92486df31a46d67d99b 0.29 MB 595 29
336,559 336,559 00000000000000000bd38642fef471a14fec17dd4dcfa6b93da0f924947f49eb 0.21 MB 403 26
336,558 336,558 00000000000000000c803ae36421440d397bd2d2aafc06f69744623ed70b83a9 0.22 MB 527 30
336,557 336,557 000000000000000003a5c62681915520e8ee95cd6920aa19df520c0f26199269 0.34 MB 439 21
336,556 336,556 000000000000000005230475782d5a2ae9e96d8f5b3afbb61fb443cda7fde3d6 0.09 MB 139 13
336,555 336,555 000000000000000011bf9dc85f320ad609cc85ded7d319755742aa281b53942a 0.94 MB 1,841 32
336,554 336,554 0000000000000000148f91c2b0d4ce3e13eb5a182e5be2b89a25e32f8017bdfb 0.62 MB 1,270 191
336,553 336,553 00000000000000000f44e269816dadb77902de1db72b0b5300af9117097df14e 0.10 MB 222 29
336,552 336,552 0000000000000000174ff95d8f833b412e49dadf041235620ec07d0a348d5ae4 0.86 MB 1,346 21
336,551 336,551 00000000000000000317c98b7a8355b5a4de24aa097ea2457328a71ba34ca932 0.14 MB 512 58
336,550 336,550 000000000000000000b0f18be634f741b30d9e0c2aaa167170e84b43a49d2c5e 0.11 MB 125 13
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.