Memory Pool Memory Pool Refreshing

5,355 transactions
15.22 vMB
Show Random Selection Loading Transactions
Max Size: 64/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,938 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (800,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,058 108,058 0000000000024ec8532aa451f443e7bc68ae7be55a040c16c469a0bcadb969f1 0.00 MB 8 0
108,057 108,057 000000000001ec07bc19dd4e1078fc52a8eb2c17dd7e186ff0fae29d9406fccf 0.01 MB 40 0
108,056 108,056 0000000000026c0750be76622e4958486df9bae22ab99928fb96791464897769 0.00 MB 12 0
108,055 108,055 0000000000018e3669d9ef9f99a429b316d9fef7eea3d234277b81b7955f014f 0.01 MB 6 537
108,054 108,054 0000000000003f9c56f04b1bdc397271c7341f9f5c1dee266c74d88da056110b 0.01 MB 9 366
108,053 108,053 00000000000180c4ac8f124b21c6064257c01be3b6e8e82aa8a11def4a9dcf40 0.00 MB 6 0
108,052 108,052 00000000000018418c572bfbaac062c6bfa8ad5637c94e4984c8c60e68117591 0.00 MB 4 0
108,051 108,051 00000000000154183c6847ceb8031b02577c5973ad539748b15e82afa1d76b02 0.00 MB 2 0
108,050 108,050 0000000000027cee61cd155f256495deef27f9c4075d1f438b52950ffdc65b8e 0.01 MB 4 0
108,049 108,049 0000000000018c8b011d90da12c1258b29e32c6f17f8ba63755f1cfb2c7dd299 0.00 MB 1 0
108,048 108,048 000000000001a382707537c959fcfce117a3ddfc6032721382fc3ba8d461355f 0.00 MB 2 0
108,047 108,047 000000000000b860fc4377d790548b4ab0c1003f1755e4b9a691b2c7c48aedb1 0.00 MB 5 0
108,046 108,046 0000000000013916307481713887abf7d8fd0720befb6b16d6f15d048e28a269 0.01 MB 4 0
108,045 108,045 00000000000027df798aa035b0b6120d9480799c24933fedb3d0e49d35a2d59e 0.00 MB 2 0
108,044 108,044 000000000000df34e3996cebb5c33562e0193ef00d6b40ba159d8777df313420 0.00 MB 1 0
108,043 108,043 0000000000005f183acb9711e1e9c2e1f770b59fbe7e1799fc4de502e1326ba1 0.00 MB 3 0
108,042 108,042 000000000001ad7720f6f05e5c7ae3a2161e75dc0d6a7719ee8003296d057217 0.00 MB 1 0
108,041 108,041 0000000000000bd7b690686f48f558f01a031045aae93736ccc980745dafdc0d 0.00 MB 1 0
108,040 108,040 0000000000000fd358795ab6f9419b41aa5582824adb952f835e995a70b60fe6 0.00 MB 3 0
108,039 108,039 000000000001652d2ed9e30fbb68437873094e3f8bf608e1d87c01ed3c8e9923 0.00 MB 6 0
108,038 108,038 000000000000895b50754c527ef5ae05cb837aeb118821e3d5d46eb28f473386 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.