Memory Pool Memory Pool Refreshing

298 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (823,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,089 85,089 0000000000160b143261d28083a5cef40388802aded7b938d013ee491795017a 0.00 MB 3 0
85,088 85,088 00000000002d132caa94922ee4e1af1884b35b07b81a500cf7d8877bad0caab7 0.00 MB 1 0
85,087 85,087 0000000000083e5025d0f905158afee626d681b5b28d2a305d0e93433dc7a87d 0.00 MB 1 0
85,086 85,086 00000000000c198b7faf963be6f7a265e84aa2f65eecd41b755bff11ef9e0898 0.00 MB 2 0
85,085 85,085 000000000022f6a9097fa573221c663dfc6dfb4d0db4065ca1eb21f78376fe36 0.00 MB 1 0
85,084 85,084 000000000026ad89757b81495024c1d0d0859880718e80b42a8c0b2e9529e4d6 0.00 MB 1 0
85,083 85,083 00000000002e9bf523f9fcbaf3644b66cc7f1c103fa3aeda4a440757d03b40ca 0.00 MB 5 0
85,082 85,082 000000000007a625df61694a8a967594b3555dbf496b5a37be917bf4907aabdf 0.00 MB 1 0
85,081 85,081 000000000012846be1bf144264ec5692f52aecf834da52e153006d0494e92277 0.00 MB 1 0
85,080 85,080 00000000001c8daa5bc73ad73868f8ec5659ee1d7b1957e8a41814ffe3948f5a 0.00 MB 1 0
85,079 85,079 00000000000e7c6766fd40c80717249e9ca8645276a4bef6c58db5ddc367731b 0.00 MB 1 0
85,078 85,078 000000000012f6f1110f9cd8cb54bd68e5ba907fd8b9341b3a62bba876942e62 0.00 MB 2 0
85,077 85,077 000000000021efe1c622bbc2a7319bd083cc884715284cc11dcb7fb5961b5c6f 0.00 MB 2 0
85,076 85,076 0000000000229a6ec82c6d121f44d060cb9f2b5c66d4b8cc4ac8445ba2bc560b 0.00 MB 1 0
85,075 85,075 000000000025c633cb6e328588d759cf48811f7ac249526640cf7a3ac995680c 0.00 MB 3 0
85,074 85,074 0000000000174cef231f12fe7e812d63f656a61826ee9e722ff549205d1f4675 0.00 MB 1 0
85,073 85,073 00000000002f592aea93683e16f6fb820a78a6051ea067841cc35935c60cf21a 0.00 MB 1 0
85,072 85,072 000000000012b608d2b29f19528b9ff73a9627a095cf60e7678d92154ca0ea85 0.00 MB 5 0
85,071 85,071 00000000000e49330c74b67cce30e497e5719c50b701748e2dd80c054210d2b2 0.00 MB 1 0
85,070 85,070 00000000002ebc57d6311431f3d261380e19c773037cfb9ab9095e000b1d0bbb 0.00 MB 3 0
85,069 85,069 00000000002af07b02db0fa3651bc76279caf015be40cf9a8a5cc30a29ae1997 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.