Memory Pool Memory Pool Refreshing

661 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,680 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 655 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,679 (595,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,944 311,944 00000000000000001ceda98d096934464ed86bf914ab2a888146662ae36566e9 0.40 MB 313 19
311,943 311,943 0000000000000000130c5f9e5a7f25b777c6540ffa7a06d64b948fc8b6c09713 0.38 MB 401 24
311,942 311,942 000000000000000000ff41dba61889beb700c2c31fa09393650a1ef3a5dea991 0.15 MB 254 26
311,941 311,941 000000000000000012603fbcbcc431b69e6561c285fe38bf72cbcc96cd618179 0.03 MB 32 36
311,940 311,940 00000000000000003bcf0d0a0b72071eb1f21ff86a354f3fd951a4f576b6aa6c 0.64 MB 612 20
311,939 311,939 00000000000000003370ed9f96e4518b717c4906dbccccc06619a49f1e5ab027 0.73 MB 1,074 25
311,938 311,938 000000000000000002a858f3b0b81b4df5d936801cb8b5b022e074d2e247d8d8 0.72 MB 840 22
311,937 311,937 0000000000000000152c3b37158c44e01bc14b60837de5fc40f7ba67637ee072 0.06 MB 90 34
311,936 311,936 0000000000000000281b072e33bc31c2cef75b9fe069459e88a16e4568fa31fe 0.02 MB 35 27
311,935 311,935 0000000000000000226a747be2252b76ac12024d8a054a78b6dbbc91d3fffa52 0.02 MB 38 4
311,934 311,934 00000000000000000ffcd753e4381e95db10db92a89ac8447be55fdec4d7476b 0.23 MB 243 22
311,933 311,933 0000000000000000365dd74e9999f6658024ccaadfc20377a5625cca5a66529b 0.11 MB 178 21
311,932 311,932 00000000000000000017bec226e55d0ca4f47fa68c566b1531c8089aa790b050 0.37 MB 374 21
311,931 311,931 0000000000000000127aaab2e8392b764dbdd47510fb17ec562de3b3affb723d 0.14 MB 268 33
311,930 311,930 00000000000000001ef9ce5f743d510fde205c87744f80255fee43bf783eac73 0.44 MB 784 29
311,929 311,929 00000000000000000cea69fd13bf693fb0c4b0f220aa4365825aeef1bff4bdd2 0.37 MB 664 29
311,928 311,928 000000000000000021bb0500994501c8cb62cb1b27c5164f2d9eca78a83f3247 0.05 MB 128 30
311,927 311,927 00000000000000000079cb6c3f4bb2f87c81aa8a37feaee2f2f6280b2e07def8 0.75 MB 1,205 28
311,926 311,926 00000000000000001d9e7485a58e63af52ec0bff88ce3840921c68a33733aee6 0.45 MB 640 26
311,925 311,925 000000000000000003cace7d7f938222e0d5a023af5ea5f5e6b48f88dff54049 0.54 MB 857 28
311,924 311,924 00000000000000003056bc9876f9c8bb556cfa763393ce9d78172ab63788ee08 0.22 MB 135 18
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,613.47 GB sent, 92.51 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.