Memory Pool Memory Pool Refreshing

6,628 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (788,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,143 119,143 000000000000296f99acbcc9772ea20288bd50407245f9494bb17f5096889f53 0.00 MB 12 623
119,142 119,142 000000000000475669c2527551cc174ea81b8364fee4c3cc8e7fc43a1bb1474d 0.00 MB 8 307
119,141 119,141 000000000000826df8bf5bbc33d04df2cd2feca7ed8c534c6c6a0f23cf9898e0 0.01 MB 8 2,069
119,140 119,140 00000000000035d75cfd7a57ca9f69aefd2ca24e89cb87eb3bffb271c79f9cf3 0.01 MB 35 637
119,139 119,139 000000000000872de96ab517232bd9cd843b57b4b4d68bcd9ab68c63a15389aa 0.00 MB 17 768
119,138 119,138 00000000000039af76c5e2deafb2d9ed093dac148771ef3108fa05123893dae8 0.01 MB 35 761
119,137 119,137 00000000000047abb30bd402e459a3bce60ca2a75503c660e86708e1a1019224 0.00 MB 1 0
119,136 119,136 000000000000a428b0cafc302f228eb68d055f86390c1034e37df1b8bf152d5e 0.00 MB 8 0
119,135 119,135 00000000000034d0b8041ab2bc71297c0dbf004da3e1a4fa8b44450e1ac3acaf 0.00 MB 9 0
119,134 119,134 00000000000055d7366f18d52b69ad32b02f8551d1a9fa64b6335df3dd7d907e 0.01 MB 19 853
119,133 119,133 00000000000085118838711ab9e5191bce14db7afc018c4cdeaf491ccac3e3ba 0.02 MB 48 375
119,132 119,132 000000000000591d38d1ac98bc916557817e3e4d0c37210290dd32833e2acf0b 0.00 MB 12 1,297
119,131 119,131 00000000000073ea5a349ae118dab56ac5309ae50cf46f999379e565f9d0bca0 0.00 MB 11 1,780
119,130 119,130 0000000000009fd2382cad8dc17f897ab71cf72094b208e052c4f2fd6ce7ffeb 0.01 MB 26 830
119,129 119,129 00000000000008a33696d4bef8dbc27ca5a2c2c2b1163038ea332024a4a82542 0.00 MB 7 936
119,128 119,128 0000000000008e48e9529d93fbb371cfe03601537ecdfa10a28354347cb7e35b 0.00 MB 9 608
119,127 119,127 00000000000070de4bc9e6f25cf38aa5564347b232ad075edcbcf6c4ae671947 0.01 MB 30 947
119,126 119,126 00000000000036c41a8b131ddffbe254f7ade087a65a624066a9a51c1d175d66 0.00 MB 12 360
119,125 119,125 000000000000b2b535c336c4b2e5f73425d43ca4992b7f697332651fefeb6253 0.00 MB 7 826
119,124 119,124 000000000000112cd0fe70fc84107b4998858ea69febb49a7fc03e17a19b812f 0.01 MB 18 725
119,123 119,123 0000000000003d8797966b9dd04e6fad9fe3986f10dd43da0ee6d6e49e9f31a8 0.00 MB 11 703
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.