Memory Pool Memory Pool Refreshing

5,624 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (442,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,744 464,744 0000000000000000005154effa0c0c67a8c5cf23bfe521fbe42278065d91ff85 1.00 MB 2,039 192
464,743 464,743 0000000000000000011988dc8b98eb3bcf6b562daa7654b24c24323f5373bca0 1.00 MB 1,800 175
464,742 464,742 000000000000000001e2d9123036aebd9048c6e27bbc1f0bb7236fca4a1a586f 1.00 MB 2,027 190
464,741 464,741 0000000000000000008bb862f6d149aee2919ceacc4d7b46339ca3c9a3ad0719 1.00 MB 1,978 173
464,740 464,740 000000000000000001544af3969c0cc2803184b3337dbfd3893f9a62a12bf15c 1.00 MB 2,787 198
464,739 464,739 00000000000000000045b5c804fee3ac3773fb6462c699e7b32cd518f84e9d8b 1.00 MB 2,482 223
464,738 464,738 00000000000000000086edb6c72b9b1e0dbd5d815c697bc98acc5887d4c3ff76 1.00 MB 2,411 259
464,737 464,737 0000000000000000006d69eb82ee43c331c5404afe08dc074024a490c1953d87 1.00 MB 1,580 148
464,736 464,736 000000000000000001a22e8f0a4b0cc86e6a301d3b0bbc6022a7d1a67139eb5c 1.00 MB 2,205 133
464,735 464,735 00000000000000000199da7b3bc799f1ade982c428d4d05a0d182a5701e38e19 1.00 MB 2,103 145
464,734 464,734 00000000000000000170509070e0536df449c5cc58305ec80ecd8744f9bab6f1 1.00 MB 1,808 152
464,733 464,733 000000000000000000272006bbe74560c262d6b27985902767b08fe174e27918 1.00 MB 2,025 146
464,732 464,732 000000000000000001d822cdcbd79dc37079c2f6353812518214b5c4dde02e8a 1.00 MB 1,131 166
464,731 464,731 0000000000000000018f58d1dcb4e3b25159a35464cf85d8232f77e1b03e82b9 0.92 MB 1,539 194
464,730 464,730 0000000000000000018b2c41fd3279d1135b0012671eaf790ba68cbeb0d08d75 1.00 MB 2,040 210
464,729 464,729 0000000000000000002147160731bcee247f352632c7a24e3788e2c6212862b0 1.00 MB 2,198 185
464,728 464,728 000000000000000001ba8568701949bab6f58a8c319f7c3f87741c006cfbd5ab 1.00 MB 2,690 208
464,727 464,727 000000000000000000f891ddc62aabc77c5ca1416d1dfbff8937169bf25a133b 1.00 MB 2,288 206
464,726 464,726 000000000000000001797d91c0aae3d50ddb8f4f235326cd95b688bf5f773860 1.00 MB 1,553 135
464,725 464,725 0000000000000000014410d325a73576f4ef706f3c713673e8642ead7316b3ac 1.00 MB 2,069 162
464,724 464,724 000000000000000001537e9a454cb81123781bcc802c196d8ac205f8085694d8 1.00 MB 2,054 158
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.