Memory Pool Memory Pool Refreshing

1,394 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (796,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,621 111,621 0000000000006f309f557479779731364115de5931b2a0325f661ec7cb236830 0.00 MB 12 0
111,620 111,620 000000000001197c39082b2932c4b8635a7452e8dea1ffd2e29e212b811fb86a 0.00 MB 10 0
111,619 111,619 0000000000001abeb2322b1fda2eacf6263e299f5d39b31710a4e8960c00cf55 0.00 MB 7 0
111,618 111,618 000000000000e899c232d388736df930c7d55b612e39482969d8c5540858ad6f 0.00 MB 11 0
111,617 111,617 000000000000a0d930b19b0cdf8878c5e3428a1ec0e5f3f850b739502f0d13cd 0.00 MB 16 0
111,616 111,616 0000000000009592678c2c2adcc268b031a08042cf13474587618544f790c73d 0.00 MB 11 0
111,615 111,615 0000000000002f71191556db40d42aa1d7d52a3c36afe150a7b460414b0636c7 0.00 MB 11 0
111,614 111,614 00000000000125cd452e0fffddd5a3536f209e3bbd62b04ac4d9367941cc8c40 0.00 MB 12 0
111,613 111,613 000000000000c28b2bf0cdf982ea49626f858f9d2afb0d6777a8d2687f439bdd 0.00 MB 13 3
111,612 111,612 0000000000009747f2ed1e043bdad6acbbb5b97bacf1fa2c715db223d6776d45 0.00 MB 11 0
111,611 111,611 00000000000087a70d91c7891a8cb2905796183084695e955bc3aea2db0749d6 0.04 MB 141 0
111,610 111,610 0000000000005f9ccf7203a5d42058b12de62764693ddcfb029324ad6af322b2 0.01 MB 28 3
111,609 111,609 0000000000009844932b9898155d6001df32253ca49a0ff97de43493970a04e0 0.01 MB 23 7
111,608 111,608 000000000001069d765eb4d3b0b7b44449cb7e0dedc5ccddfa3240af8a1fff6c 0.00 MB 12 0
111,607 111,607 0000000000011fe0a54838a205d93155c30f5c6e8cad279d798d414cf91e1094 0.00 MB 13 3
111,606 111,606 00000000000076fabe67e653a369610b9cea98ea78fcc7436107d5eceea55fa9 0.00 MB 6 0
111,605 111,605 000000000000df4397721c6fd74555f17899fa4256a81d9941adfcf4d127e52a 0.00 MB 13 6
111,604 111,604 0000000000001fc6598ab4b4ca4ca2f71caad6b0dc9f44bde934df61226eb90e 0.00 MB 12 0
111,603 111,603 0000000000001348e1c40a680a467885c818ac7f74d2cc2bf4cf897718f76bca 0.01 MB 30 0
111,602 111,602 000000000000c2e9b23b4ada7749b731c8b5a4aa9283c4159ef356965923f412 0.00 MB 13 6
111,601 111,601 0000000000002806dfac4e81be103d725a2206b004f58f7220a83d7ee41b89ca 0.01 MB 19 85
Previous 10 blocks ↓
Total Size: 769.15 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.65 GB sent, 93.65 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.