Memory Pool Memory Pool Refreshing

3,064 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (754,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,844 152,844 0000000000000370c8c6d35b38b6454b7722a67627d34c246989e55be834266b 0.03 MB 51 64
152,843 152,843 0000000000000b2042aa2fe0d3c5efe9c263a72b32fb677fbe9dfe75e7b6f1a2 0.01 MB 12 18
152,842 152,842 00000000000000492e5670c053aab023fb3aa5004a3b40698110df1d5f65987b 0.02 MB 36 59
152,841 152,841 00000000000006371851ade8ed37337dfb2d0110cebe2c1c2fb003d5dd0e26a1 0.04 MB 98 80
152,840 152,840 0000000000000bd05a6b445d995e0a0132f8a046e81d67fe7ee14c7cdcf66e8e 0.00 MB 1 0
152,839 152,839 000000000000046ec72d91ca2f7766fa05823797f3fc41ce5f08e68a9ae290ac 0.05 MB 139 114
152,838 152,838 0000000000000d4a216882a319b3eb348d927b63b6a93bb84e614afe435a9efa 0.01 MB 25 58
152,837 152,837 0000000000000522a73c1e00d41f54a2552a22acae9d29c1b190af31ed55d59d 0.00 MB 10 423
152,836 152,836 0000000000000266eb3d1077b71acf3930b1ac7689361f388eac5d891d5e9a19 0.02 MB 26 53
152,835 152,835 0000000000000ba3bb80a103f662e7c56e984642dc3e4baf7972fe06e33267a4 0.01 MB 15 19
152,834 152,834 0000000000000449f3c699917ab3653f94922de33ece6b2eb35f91617f5cc7df 0.00 MB 10 418
152,833 152,833 00000000000005f7bbed37124687ea348f91a518afb8473704607b34ba35a564 0.00 MB 2 114
152,832 152,832 0000000000000957000950cace140ad1a4fa137ef5fb0cbe8eb9eb37ee022e2e 0.00 MB 3 0
152,831 152,831 00000000000004c2bb90fe9da41b28920dd59c7c0d874d3472ffa8a2627e1b84 0.00 MB 1 0
152,830 152,830 00000000000006606230663b04fb9c0e62490f22e94cc94ebcc3739b5983b7ff 0.02 MB 34 14
152,829 152,829 0000000000000048a9fddb00c69e07e769a98efd7850d0fc9568a796568b02cb 0.01 MB 48 7
152,828 152,828 00000000000002161852133050eaf81b7f97169a53fbda2c63ad2f10ecc73d74 0.00 MB 1 0
152,827 152,827 00000000000000701757fa2aec23a9688d75536d05203827972804363dd9f9ee 0.02 MB 35 100
152,826 152,826 00000000000001d8c580aaf81e5b71f17bcffc12124121091fc4a5966ba167b4 0.02 MB 63 262
152,825 152,825 0000000000000b1376770e5cae69531ebac4e15099e581ade7a5d5ad68982908 0.02 MB 71 64
152,824 152,824 00000000000004fc67ac49d47755e4a0e82124f07dc672c60979f345edcc269a 0.01 MB 18 61
Previous 10 blocks ↓
Total Size: 769.13 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,630.59 GB sent, 93.52 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.