Memory Pool Memory Pool Refreshing

250 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (193,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,402 714,402 0000000000000000000a933133edfe2fc32db1d4d85b257828cab064973af938 1.48 MB 3,053 10
714,401 714,401 00000000000000000009303dab08ca5efe81f6001b1f2ad63b27f35956aaad4f 1.51 MB 2,781 19
714,400 714,400 00000000000000000009c25b5bdaeacf1f4c937ce989fdc809ada7bb7eb0a1a5 1.44 MB 2,908 6
714,399 714,399 00000000000000000008fd8f56f266b4bfb894c9491b62724262676753fcbea3 1.50 MB 3,063 15
714,398 714,398 0000000000000000000304c8d57c293b64e0448630a082cda3089f7ea474be8b 0.30 MB 670 7
714,397 714,397 00000000000000000008687bafecfb5456e18d8090e40b37b25c64f8e7d520f1 1.63 MB 1,073 3
714,396 714,396 0000000000000000000b45f3ee9e46c3204feb5f9c47e814497368b634c49b48 1.43 MB 2,373 8
714,395 714,395 000000000000000000080971de59c8934379d36d3776ba551ea2773d10cd0891 1.46 MB 2,177 9
714,394 714,394 000000000000000000088084f4fd5cbc4d2c2e93a78029a60322d85eee696486 1.45 MB 2,842 10
714,393 714,393 0000000000000000000216931b5e1da2a3aea36e9e53c4acbcee1784236a050d 1.35 MB 2,040 6
714,392 714,392 0000000000000000000b1bfcbf1f55f46ce20f6b90e5230fc47bb11b3fa56f32 1.57 MB 3,007 9
714,391 714,391 000000000000000000087c30699411d84238a9ee8775235a2baa7a3c2e63abc2 1.56 MB 3,426 2
714,390 714,390 00000000000000000004ad2e06350d4d3c15d85394aba2f55866c5b97332c1a5 1.46 MB 3,120 10
714,389 714,389 0000000000000000000ae79728125bbb6f558603224152082c26a144407f7294 1.75 MB 1,788 10
714,388 714,388 000000000000000000046fee6143b57165e8dbb83aea9c49ba8b0255e508c831 1.48 MB 2,821 8
714,387 714,387 00000000000000000004cad8885ddd9cd3d91f5b0f010ae70352f37debdb2f4c 1.52 MB 3,157 13
714,386 714,386 00000000000000000009a80049e8ce5fc0c4904183aeda538ed34adde28c9873 1.53 MB 3,133 15
714,385 714,385 00000000000000000009752014d7815aabcd340ec4ada16ba6a057fa69de7ece 1.54 MB 3,391 4
714,384 714,384 0000000000000000000a696a7011962f8a79c32026df0ef499fc6981fb77717c 1.56 MB 3,108 16
714,383 714,383 0000000000000000000941d84a1f9b9c3c547c1780d029d4816078a96fb145f8 1.45 MB 3,032 22
714,382 714,382 00000000000000000002901f017fea6e6bb56ffcaa6a4d02a0bc806c75a734c0 1.17 MB 1,958 7
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.