Memory Pool Memory Pool Refreshing

4,490 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,811 (769,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,711 138,711 0000000000000667436b16f9fe72298cd2c1cfec6d7cba3a19ccac569a05d2bc 0.02 MB 45 308
138,710 138,710 00000000000007933292073274e575fc72f9945fd628ee88f2d02f3f616158c6 0.06 MB 87 124
138,709 138,709 00000000000007666ec9d53b07653cce18aa9df46fb6998f9494e636a4a59321 0.03 MB 69 686
138,708 138,708 000000000000073024374d9637f74e26a168e3c9ae8fa1a3606e6b24df4e4ccd 0.02 MB 47 211
138,707 138,707 0000000000000241459c4eef6b37d302a98ecfe0fa27acde272143cb0a41020c 0.01 MB 22 356
138,706 138,706 000000000000099bf8bd27ae65afdcf51523d6af56ab9027170600e923a8dd15 0.02 MB 49 348
138,705 138,705 00000000000005c3d7ae763f4ca26ea837dc88c9ffead328a4e5c2ef96c5bf16 0.02 MB 60 241
138,704 138,704 00000000000002c8b8dc1553f5282cfe0ec88dbf146437b2207e2063a98c2b4f 0.04 MB 121 251
138,703 138,703 000000000000057d59ac646791b50935267f6f289cdd5415804e977871b34810 0.00 MB 1 0
138,702 138,702 0000000000000632ce1723c970fa5601e7a22ffd10dab72dfdea5ea30ccda8b1 0.05 MB 137 169
138,701 138,701 000000000000020464663c7a9f664678ddb71223c510a4ca88a3ba19d3f39493 0.04 MB 94 122
138,700 138,700 000000000000069a43ca2439300d510b373cfcb7369f14c4becd1ff15bba7347 0.01 MB 18 1,580
138,699 138,699 000000000000005522cf77e8e7bbcf81a74e629a790e6e1bf64192d2aebd6eff 0.01 MB 13 552
138,698 138,698 000000000000097837adadded0f4c797a62fc1bccb6b719408e03ceffb7ee99e 0.05 MB 101 186
138,697 138,697 0000000000000200fcb3697c3ebca9b317fcc44f5beaff0e78cdd416359a4e71 0.00 MB 9 361
138,696 138,696 000000000000026ea498631a0bb30247bb2a4484de10f97984b4239d722d32a8 0.02 MB 32 266
138,695 138,695 000000000000030b6cec1980d0e0025c20dd46cc3aded93f49b04101ea103085 0.00 MB 6 160
138,694 138,694 000000000000014659fec3b088e7842014e197f6fd26a011463c81780120c5c5 0.03 MB 121 98
138,693 138,693 000000000000010a7facb46fbb18e3326b148b03b426aed2542a7ba1f699d6d8 0.03 MB 53 84
138,692 138,692 00000000000005e6bc438593a3eb74c9a7fade9359ecfc82fd7a9fb659f26b74 0.05 MB 112 166
138,691 138,691 000000000000067029c77fd6c0065ff557f044a88407b2d04248ebcb838938c8 0.02 MB 49 67
Previous 10 blocks ↓
Total Size: 769.19 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,633.65 GB sent, 93.87 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.