Memory Pool Memory Pool Refreshing

6,518 transactions
2.09 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
3 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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,590 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (1,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,999 905,999 000000000000000000000547fe9888d5fa8cf18bc35346bf4813714fa060bc3b 1.55 MB 2,510 3
905,998 905,998 0000000000000000000073df5cd366f4a975b81ec0bf91ffe22c09edea6c7765 1.57 MB 3,311 4
905,997 905,997 00000000000000000000d8a5c477a00f385aa41286ac70c6e93675ad6190bacb 1.64 MB 3,814 5
905,996 905,996 0000000000000000000008232f0a31e41222e95b13ffb19a8ee0c1741fb484b9 1.63 MB 4,144 7
905,995 905,995 000000000000000000009f929d691e0391fde216d5d9f18d37d4cf43926da304 1.61 MB 3,438 6
905,994 905,994 00000000000000000000ca2a4d39e37ba6d7c471fa41492349b38d1e8be2e0cb 1.65 MB 3,736 8
905,993 905,993 0000000000000000000166076d77dffc252b2887f286ee592290ae96adbd13ba 1.49 MB 3,649 12
905,992 905,992 000000000000000000002a26aa385c57eb073fa7cec42d779aa977fa9e56df17 1.51 MB 3,281 5
905,991 905,991 0000000000000000000025a3022c650808c935b2ed17dcd39adb397ef09f397e 1.58 MB 3,916 6
905,990 905,990 00000000000000000001ba4b4c69a06bfffda2c68322d9f50051548914742cc7 1.55 MB 3,815 7
905,989 905,989 00000000000000000001fdc1ba11d74b7cc6fbfb460e66aeb734728b466b3add 1.66 MB 3,860 6
905,988 905,988 000000000000000000020ad320ba34e80bb2cdab5fd476d96ecabf434ecfd92b 1.65 MB 3,525 5
905,987 905,987 000000000000000000007dcfb4bdd70e6b7b0d091509acec62521919e0629e66 1.55 MB 4,259 8
905,986 905,986 00000000000000000001c9dd07cce029e09a961cba1ec38e6c84fd4655b71833 1.59 MB 3,391 4
905,985 905,985 00000000000000000000ac61f38a9c386d3e637b67328a3c8713282815c1f542 1.62 MB 4,465 4
905,984 905,984 000000000000000000014206b31c4e9ce5646d5983976f880faa8318de2a39eb 1.57 MB 3,783 8
905,983 905,983 00000000000000000001c284816868b795ab4fd2fe4158b44c2c8b543fcc7313 1.48 MB 3,841 11
905,982 905,982 000000000000000000000c1439fd3b1dade0e2b4ba75aa230eeb68ea87610f80 1.54 MB 2,775 3
905,981 905,981 0000000000000000000211db31cef7bc18e0b31386827a4a87092b5d707d72cd 1.58 MB 4,174 7
905,980 905,980 000000000000000000002f04e463d7fbfb0a2a1e7f45686cefc3078da45e4b3d 1.59 MB 2,520 3
905,979 905,979 00000000000000000000a52edb109a6e2cb01cf6fe08d848fb76fd56e038e219 1.64 MB 3,003 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.