Memory Pool Memory Pool Refreshing

3,148 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (732,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,107 175,107 0000000000000865b9ff696fcd3851df640d08dd9dc72cf340f740d7d078b4c0 0.03 MB 64 66
175,106 175,106 00000000000000d4c6ef6087615e76e58971d9e3e8db536a0728b7bd990c63ab 0.04 MB 126 38
175,105 175,105 000000000000042953b01e1a257ae3e8a7ce9dcda43c73308b7159adb51d0c21 0.03 MB 63 73
175,104 175,104 0000000000000122afb955a8738e4eebe0b612071f3896ee39cb86b006779b68 0.01 MB 34 119
175,103 175,103 00000000000005f3de82900ffb48a3cfd0f22066aaac1f616dee3b7f973132ae 0.04 MB 112 94
175,102 175,102 00000000000007d0b884ab10234d090d8d1f6397aedbc2d8154391dedb47bbac 0.02 MB 52 228
175,101 175,101 00000000000004ceb4b720e6ddb18ba904ceee498d0fb787689a772b0d4ffe2b 0.03 MB 58 170
175,100 175,100 000000000000075476a5db4772d42c0292efd6e483a132c86ec743b65ac33319 0.07 MB 167 75
175,099 175,099 00000000000009fa8aeb24cc24a69f6312ff873e9fc22267cc9a84e8e1aba0e0 0.03 MB 84 42
175,098 175,098 000000000000095d7bddf591b0aab737e04ec193f01a1d5f4bf1dffaf3fc99bd 0.03 MB 53 87
175,097 175,097 000000000000080f5caeb8f3f386c91969e59ca1324ee4240cd6361cf7c81b16 0.03 MB 53 43
175,096 175,096 00000000000004b1fd3ac42e8da4914377f2cf9a0f5340dbfd16358f1b4ae922 0.06 MB 85 71
175,095 175,095 000000000000078c9e649a1139eba5381c8634a2185eb36232876bb4c6fd80de 0.01 MB 29 0
175,094 175,094 000000000000081d36bccb36ca8bf5ee36dc17deab1f91bf1108064644e6ba4e 0.03 MB 74 21
175,093 175,093 000000000000097fba17d36f081a2e6cd517896b454d342ca091ea3de0b8a912 0.01 MB 16 136
175,092 175,092 00000000000009cbfec34fac69ba25ec0adb7ed5cac82b4fa37254aa3d1a76bb 0.02 MB 50 112
175,091 175,091 000000000000010a70d9644f08564aba39d0f9718f3005a49e9b5bf68c02a6dc 0.00 MB 13 52
175,090 175,090 00000000000002c9354cf4b9503cef889fa75ae6a9cb3d9592d61ee9321063df 0.03 MB 66 334
175,089 175,089 00000000000004766d45bd0c9a700ad698b91f6e8f2c61a332b90a722643a4b0 0.05 MB 134 207
175,088 175,088 00000000000003b8b45b106ee37e946fef956beb8df61dee1a1e5d5ccd93d949 0.02 MB 63 10
175,087 175,087 0000000000000356f45fe706b6604a70194f66e5c3fb002edabd68f39ee5d3b1 0.15 MB 322 301
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.41 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.