Memory Pool Memory Pool Refreshing

2,676 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (783,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,944 123,944 0000000000003963af3aef7a9f7926e49ca0138e65b750fd33f4e936181c2532 0.02 MB 45 872
123,943 123,943 0000000000002044a2aaa7327b5c0b43ad76180d0bc0c73b68435333307b4e38 0.00 MB 6 4,321
123,942 123,942 0000000000006984f720f86ea9c13f638e525b9e690e2716ff34405018c89c27 0.02 MB 33 398
123,941 123,941 000000000000069e9cb70555a378f2407a613e0bf9ef9bf128edb0b740758f0e 0.02 MB 22 850
123,940 123,940 000000000000229bb39962ae197e04449fb35613992f62e23b0abf358f99757b 0.00 MB 12 0
123,939 123,939 0000000000003e4e432fdbf410754351ca497d6fd53a9204fcf4f1b23501c2fc 0.00 MB 6 1,264
123,938 123,938 00000000000033e48ba92b8c1bb6c40ef5c7decf34de1eaa615fd5e6c7738b73 0.00 MB 6 630
123,937 123,937 000000000000594949d6ec0d426c5589e418436958bccb01f5629a31cfacffe5 0.00 MB 6 2,058
123,936 123,936 000000000000071527b5e52ea2911c5995dac7f1806ffa533188de9a61ad5bab 0.00 MB 3 716
123,935 123,935 00000000000016bc6ee42ac4d7efb437c790f9adf67cb500ce920b05881e1356 0.00 MB 9 424
123,934 123,934 0000000000003873116dcf9f642bba692164a9b17b31af82673798b10ce6bf22 0.03 MB 43 247
123,933 123,933 0000000000005798942ad95cdcd6237a0dafad54608c0571c71cc73a679da968 0.00 MB 7 2,791
123,932 123,932 00000000000017bd882b825068045d9477bef48806b76181d09f39d16cfcd955 0.01 MB 18 643
123,931 123,931 0000000000003fbe2bcd458cb626e3b709685383e699a8e8cc10a153b4804b63 0.00 MB 10 421
123,930 123,930 000000000000078b8d041c7843eca4d65c3ba13d1507f1ce6ee618350d2f19a1 0.00 MB 7 0
123,929 123,929 0000000000002e0bac774dab8de25f18f62bfeb2c93f436e6d95a1f9234d5a69 0.01 MB 18 0
123,928 123,928 0000000000005bce92c22d4164dadd552f4d39b5e3bc2bcbb6e39a7d18c20845 0.00 MB 8 337
123,927 123,927 000000000000351b51f4e2b06e10285e36bb8ed7734b7346a727e14bf1af210c 0.01 MB 25 1,322
123,926 123,926 00000000000033d09d60ba816b26bf1a3e95949e426c5ea4dc169b92a2478715 0.01 MB 25 472
123,925 123,925 0000000000002b4fccaf1e0b070a412557efd661f315f51d98b7d19cee536548 0.00 MB 11 650
123,924 123,924 000000000000402185f804f64e841dbd7f77269b68c42556ca5d25b590a8ac59 0.00 MB 2 4,484
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.64 GB sent, 93.64 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.