Memory Pool Memory Pool Refreshing

3,837 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,794 (118,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,317 789,317 00000000000000000001307d289ab422207e8e14d2946f47febae9b4b7b9d01e 1.79 MB 3,005 63
789,316 789,316 00000000000000000002058cc8a33758feef6215b4906fd7feeb7fed1789a93f 1.86 MB 3,970 72
789,315 789,315 00000000000000000001f98893b1f87ec647940e043e3778458b84fef3854e80 1.71 MB 3,942 71
789,314 789,314 00000000000000000005b26d3292a30f47d2d6bcf53c33ea751316921818bdcf 1.70 MB 4,152 102
789,313 789,313 00000000000000000004b568c5c64111e605143bb5695cc4f3a009dc4bd94b0c 1.76 MB 3,541 48
789,312 789,312 0000000000000000000198525e7b277b6d341d0e4f17cb63643bd55952d78878 1.62 MB 3,054 140
789,311 789,311 00000000000000000002cce28e0058eee1b2c3e32f3949e6d64181c43650ec20 1.88 MB 5,304 69
789,310 789,310 000000000000000000036e61dc8d4c1ad4bdd4b9292f04b37bf29b8d23721017 1.63 MB 3,970 142
789,309 789,309 0000000000000000000252ded5013f71b026a18b02aa95e88aca1bd0f93dbc38 1.75 MB 4,068 44
789,308 789,308 00000000000000000000cfe06aa48e8266c4e1504c90d5a92e99b586246e8e64 1.69 MB 4,262 84
789,307 789,307 000000000000000000016f63bb8ab010c527713c674ee0d3c4cbaa09399f0374 1.65 MB 3,656 112
789,306 789,306 00000000000000000004e1f578cac343bfafac6cf629933d8f50519c53adf314 1.44 MB 2,308 189
789,305 789,305 000000000000000000023d33ff1082165f3b127ded0a815f15b9f0e38787dfbb 1.48 MB 2,934 150
789,304 789,304 00000000000000000000587f99204dc1574e74773b80d93adf788c90c72c90e6 1.62 MB 3,803 188
789,303 789,303 00000000000000000001e72e897c1de0ba80ee6dd12854cedd15a43b4ea40703 1.70 MB 4,266 109
789,302 789,302 00000000000000000000379aead80918b1b9d2786da01105bf7fc4862ca33c29 2.03 MB 3,689 52
789,301 789,301 00000000000000000002f1ad8f3b8c3c54e0bf2af7af73321a6981c5865da7ef 2.23 MB 2,460 58
789,300 789,300 00000000000000000004866b64f09eab823f54cbed25635b58fa215272382495 2.16 MB 3,297 108
789,299 789,299 000000000000000000029671b329aaf04023cf7fd4b03916188e18f6651c93c0 2.34 MB 3,160 72
789,298 789,298 0000000000000000000415d532437c14da18ca802f00b732d28320006bc24aa4 1.63 MB 3,818 181
789,297 789,297 000000000000000000048dd105972c5a47169e9fd65b394c5cd160cc4a7f09f6 2.35 MB 2,962 92
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.