Memory Pool Memory Pool Refreshing

3,678 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 1.00 vMB 3,323 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (794,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,046 113,046 0000000000002e292330c0a5dc2f80f2797480511e481af11a9bf04f4413b322 0.00 MB 12 592
113,045 113,045 0000000000003d7acdb65b45d39bd9bafb4b3cb733d87d39a2204393eea37b8d 0.00 MB 9 931
113,044 113,044 000000000000b9f82836059ced5ddd5d378294a9a0097ed4f65a813e49837f08 0.00 MB 10 320
113,043 113,043 0000000000008c467b9d4271a2e4fb97821e7bd0f8ed5b9c949b4473b67b10fd 0.01 MB 20 886
113,042 113,042 00000000000031bcc78fcf92f3aa2b44bca3bc3577d10874c22bd709287a1728 0.00 MB 3 4,444
113,041 113,041 0000000000008e61f48d5996a8fc9a643c840e7c989e00c77f85da5913d56148 0.00 MB 10 323
113,040 113,040 000000000000010e84a1855c988ca40c1157b91930ad5f83fdfccce50d8760f3 0.00 MB 3 0
113,039 113,039 00000000000027a976699d1909d2a4d50669eef423f77b5c9a3e024f23dc4147 0.00 MB 1 0
113,038 113,038 000000000000c954efbff8e4e72b50f185bd0c37ecd297e7f2a34ed0723865f5 0.05 MB 192 20
113,037 113,037 000000000000d58cd728af3ec7b6993fd8806b727907b2836431b8b6c3670036 0.00 MB 12 0
113,036 113,036 00000000000069b521e339d16124eeaaa51cc26558e0440f70bc0bfc95ee60d2 0.00 MB 11 340
113,035 113,035 000000000000d9c62aa37e680b036dde3466ae37352a20f013aece4af6025d8b 0.00 MB 10 0
113,034 113,034 0000000000007d0bfbaea67c894a7691cf84a1ca7a21c322568a8110fe538731 0.00 MB 16 0
113,033 113,033 000000000000c1d0f731322573e127716888161d486db539ff43f51f8982fb36 0.00 MB 8 0
113,032 113,032 0000000000001e9f4a490747d5a14bd0fba8c65907caf3d5d7dc8f4542951dbb 0.00 MB 5 0
113,031 113,031 000000000000432e8b6b7da767812a9b83fb5d8f93e07ab921e2276a5af36b35 0.00 MB 8 0
113,030 113,030 00000000000000cf74e3896b9baffdca1e37ac8c1b40d8039e0a3eb2f48aef26 0.00 MB 10 882
113,029 113,029 0000000000001409e24d462bf850de5afbc545a994edadbcce431efc2e5eed17 0.00 MB 14 938
113,028 113,028 000000000000632caa414dbd1ad81390a7fa94c4a7a644a2a127653a9afc8e94 0.00 MB 9 579
113,027 113,027 00000000000075514a0ee513127c1cad2e3288180624e3a302241c56e7a4f5ec 0.00 MB 6 0
113,026 113,026 00000000000019527d324111973bd1a57aa91b23d6133fec35a871bc5fcd9fda 0.00 MB 3 0
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.