Memory Pool Memory Pool Refreshing

3,205 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,181 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (748,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,121 159,121 0000000000000965e9c14ddb5aca656844439cb9764440f8e3d3f56b629f8c3a 0.01 MB 44 170
159,120 159,120 00000000000000c4e9a0dc9ffbf691b31c828bd006b7b3ff8bed5ca19456fd70 0.01 MB 43 59
159,119 159,119 000000000000036f40bc8a8aaabb17c1d9c7fec3aae8af5a1b3f39ae5ab813eb 0.02 MB 58 159
159,118 159,118 00000000000005190f45fa2bb368915cbe811f74ed87f3bc5799a756564db3bd 0.03 MB 57 203
159,117 159,117 000000000000061acc65e3705ddae6135272eb2e4e18100596d6e85048de34d1 0.02 MB 91 2
159,116 159,116 0000000000000e121ec0080acd377c89952cefa849c2e2f5ad927e8b92e1df57 0.01 MB 36 163
159,115 159,115 0000000000000338af5305c20e1f859095c9e5b99106b24c1bb74eb99ff4e54f 0.03 MB 100 34
159,114 159,114 0000000000000e43d3d8195215885e580dc2a6ddb6326e9085ffcc474210a735 0.01 MB 10 478
159,113 159,113 00000000000002ef411ecfc9283104ef9e5deb906df241acffef251769369851 0.01 MB 32 28
159,112 159,112 00000000000007c6382c3e7d3acb4f2ed3e22e25868c34b6cf97b5911c48f866 0.01 MB 32 137
159,111 159,111 0000000000000a2c71fc55dd48e6418021aefa19c654f25ee1b03e1ad57a6d4c 0.02 MB 37 9
159,110 159,110 00000000000001f37a99234ef10e2c0744a1571605ecfff32710468a42410ed5 0.02 MB 39 13
159,109 159,109 0000000000000da3decdd8cae825fe901595949698cc3afa1fd55125b731cdb9 0.02 MB 60 312
159,108 159,108 0000000000000c661981b8c1704e72d07982d0274bf64dce8012d3aaaa1c635f 0.01 MB 27 445
159,107 159,107 0000000000000687607d5184c24f6a7a8acf96f908c5bbdfcf49114d3423a96d 0.03 MB 33 96
159,106 159,106 0000000000000898a44ed56b5113d85fb592e15e9b005bbba5412f97ba88f162 0.04 MB 73 82
159,105 159,105 0000000000000559a96018f229483170894f7936acd516b307152e7b213df0ef 0.00 MB 8 62
159,104 159,104 0000000000000a23ef89f3fec6c9f84bcb479346f6ca41e7c640491420cf4d65 0.00 MB 4 1,126
159,103 159,103 0000000000000912afcbd88a3485d1682c381d8e1a8706a7170db68d5880b1e6 0.00 MB 1 0
159,102 159,102 0000000000000af97f245c379066c88d8134f0982ee3b6e23678eb96a04f2df8 0.00 MB 6 636
159,101 159,101 00000000000004e1753a4456a7963d5fd7a3ce51be349cc4a24eee0ca5e01465 0.04 MB 99 46
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.