Memory Pool Memory Pool Refreshing

7,613 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (542,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,104 365,104 000000000000000009762ca6fe8656cf638cc0a08e2049d99f7292882669ad4e 1.00 MB 967 19
365,103 365,103 000000000000000005224ddd7559a043b8d8fe9071f7e5c7cc9a311550081818 0.95 MB 909 27
365,102 365,102 00000000000000000ff6d17126d21834c0c3ef12cd2244e381d8e281bf8c188e 0.93 MB 1,497 36
365,101 365,101 00000000000000000a1fdbd1a5f78ed3e0d25b37b781e625bbfa5d518f43051d 0.75 MB 603 22
365,100 365,100 00000000000000000dc481169d1006c6f7e738e3dcf56f0bd97502342c44f164 1.00 MB 448 9
365,099 365,099 00000000000000000cab20ec203888e01c4a367607132f250a58b0f1db3b9fd5 0.95 MB 719 15
365,098 365,098 00000000000000000c150b5dd083a943957da93207d8d7b43b3c9588187e0bf2 0.50 MB 926 50
365,097 365,097 00000000000000000cb67a30393d997e2701eec15a48972de75e879a5d68db38 0.00 MB 1 0
365,096 365,096 00000000000000000475f08dc5cce42dfd3ca6d2e6c4982d669d166c03d61a7d 0.93 MB 1,205 32
365,095 365,095 00000000000000000d96d0205a075742e40b7d0707c6dc71a260a77cf0f9a1fe 1.00 MB 728 24
365,094 365,094 00000000000000000c5f365e7f5048ad557b82c705bf09a53aeacf968e6caf86 1.00 MB 712 11
365,093 365,093 00000000000000000a5894807ad614d15d35dfc82a2c7fe33bf9da0bf99d0e86 0.35 MB 628 48
365,092 365,092 0000000000000000127365da248a5a444ad1a104970f2cbb51c04e6ab3fceec8 0.99 MB 586 14
365,091 365,091 0000000000000000025f2523714f61eedb9c234d8a6dc80015db27723ff20477 0.00 MB 1 0
365,090 365,090 00000000000000000dcd6a89fe146fff00c5a01c2c15fe1c715356ad0c6e6b5d 0.95 MB 869 25
365,089 365,089 00000000000000001232653fa5134c34c6cb596139bb0f8c9f1ed8dd28b1b204 0.76 MB 292 12
365,088 365,088 0000000000000000083cd6ae5d297221ee291c119970ac7e51eac6607e98067e 0.95 MB 1,045 26
365,087 365,087 0000000000000000129114847994275f78dc2cfa20794bfb4f3e4fc7563d0111 0.00 MB 1 0
365,086 365,086 000000000000000010ea27960c9f5701367ecaa6758361198c1e8f55c6777625 0.93 MB 618 17
365,085 365,085 000000000000000008b734116ff0671671e3dad1993063b329a91269d34569a5 0.91 MB 900 24
365,084 365,084 00000000000000000154974ed9a1818b8c956122c23bba7427376434875de6ef 0.80 MB 905 34
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.