Memory Pool Memory Pool Refreshing

6,081 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (83,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,313 824,313 00000000000000000003bcf59070835d0d9d31d43f915e35cc3303ae7bd72525 1.70 MB 2,799 49
824,312 824,312 000000000000000000032bcb65b32c371b237863e5ce30055856ab02f7250474 1.55 MB 2,812 50
824,311 824,311 00000000000000000003af6a248084e0933bba2e836d73e8a12c8028cbba56e2 1.67 MB 3,024 55
824,310 824,310 000000000000000000025963699a180a7a53ad6f132af6b9f4ea0eb4bcddefeb 2.01 MB 3,056 43
824,309 824,309 000000000000000000026c75eea5959593edc4fadf301d37ebf025c2b980cbca 1.66 MB 1,579 48
824,308 824,308 00000000000000000002593a46a08a8ef268e201503b5a865128b7c4f8243695 1.60 MB 3,165 86
824,307 824,307 00000000000000000002290e497ad4ca3c8b6601813a5b7b100a6183d1634e1a 1.51 MB 1,468 52
824,306 824,306 0000000000000000000046463961f81ea5367e8fdfc65ab691b920a6b48c1a59 1.53 MB 2,768 76
824,305 824,305 00000000000000000001e50b0504d115878457a93da3a6a2450678a6a6e60ee4 1.07 MB 432 44
824,304 824,304 00000000000000000000f2a1876f816a34b7ac5f5ec68e003b7b28b215d89609 1.05 MB 399 43
824,303 824,303 00000000000000000002bdc9966759adc577e0004c0af08cdbce21c8de1c3d08 1.43 MB 2,023 59
824,302 824,302 00000000000000000000f7a7ea5b35fe539c89f2ad3fa9e6ce799fd2c9517dfd 1.08 MB 524 45
824,301 824,301 000000000000000000021c1e2f9efff9a430cf125ed3d9bf0d34826227112051 1.04 MB 225 42
824,300 824,300 000000000000000000033fdeaf79add905ae17a3ca98824e4368975021c18b63 1.46 MB 1,814 56
824,299 824,299 000000000000000000034df28ab90fff2c595aa87d58f900c705ba516fd137f5 1.73 MB 2,354 63
824,298 824,298 000000000000000000011403507e9e3d0ca8ac274c2c69d0d265155151fd556b 2.11 MB 2,924 59
824,297 824,297 0000000000000000000185e3ed7d573e179c46684a78a19d111f4daff62b4773 1.71 MB 3,400 83
824,296 824,296 00000000000000000000809e38c8e516bd0b1b9849e99a30aaf1b51e4013c3fb 1.63 MB 2,995 73
824,295 824,295 00000000000000000002eec6916af82a7b04b0987b303924089353751612d700 1.64 MB 3,054 76
824,294 824,294 000000000000000000001083027b6f209db3fa55e0dd8487f071a19eb3a666de 1.76 MB 3,079 57
824,293 824,293 00000000000000000001141913864adc152016386ecfd7521ab81dc6c2977516 1.67 MB 3,145 71
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.