Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,933 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (179,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,145 728,145 00000000000000000002b613658e9b3d4458570ece3d53131a2ca9a06a1215bf 0.18 MB 436 9
728,144 728,144 000000000000000000032806a752e2fd1ab27d9791c96f8bc824f2386abff249 0.10 MB 200 8
728,143 728,143 00000000000000000003030301c346a6cf824480b64b5e94f6cb5be61267d8ed 0.18 MB 284 8
728,142 728,142 00000000000000000005be4d3e8734e94399c10d5901dd3946c8e60a3c1e5dc5 0.31 MB 498 6
728,141 728,141 000000000000000000039a76dc7eb11d2c60cabbdac8d75c40cdd8cab8a4c8de 0.36 MB 719 10
728,140 728,140 000000000000000000008104cec028c8f61ce9e53d4c36664925f0f335640ff7 0.24 MB 504 6
728,139 728,139 000000000000000000017ecb86b61deb3fda6ac78d7c9dc7646e3fe0c0b6703e 0.53 MB 414 4
728,138 728,138 00000000000000000001b0ca815ec4c1171291eb873ee15919d07b6a7acb8583 0.04 MB 57 8
728,137 728,137 000000000000000000088dee2a5b14570337204a2c09d60941a029fef401145a 0.24 MB 394 6
728,136 728,136 00000000000000000004d4e6e4868b15e2a006f16212fa82e71f827558ba45a5 0.79 MB 327 3
728,135 728,135 00000000000000000004bc0e77b34f276c0d40dba54a32a56d82096374fb7053 0.55 MB 516 4
728,134 728,134 00000000000000000004efc3c8da22b8d32d75eea935b1e48dc6e812504a5260 0.34 MB 643 8
728,133 728,133 00000000000000000009ed2cb3910900b9bec2d4e391a393a0a3fd96be1f5894 1.12 MB 1,724 5
728,132 728,132 00000000000000000009ca9341ea81174b4be6c9f3c07344a7e9354aa6f09bf2 1.44 MB 2,831 11
728,131 728,131 0000000000000000000662b93fe153b925d8888b196b57eaeffa6656160a7e52 0.03 MB 76 8
728,130 728,130 00000000000000000009b9b8b86bfb5e3bd1a81fd57d76d850e6b10c8f5b152d 0.46 MB 601 5
728,129 728,129 000000000000000000056d6f77f0e1a5aab421f9fba1edf4b9ac94d9bbe8b09e 0.58 MB 474 4
728,128 728,128 000000000000000000070ee4b44e5178afe52a8797c28b571d0ee081227343a1 0.23 MB 351 9
728,127 728,127 00000000000000000008e5c99755b731814f516f5744e5474980ba9fe575d99c 1.29 MB 2,337 7
728,126 728,126 00000000000000000002ca1ca853ea01a7ac4237212fc06d47e10da1cd78cbc7 0.34 MB 639 6
728,125 728,125 00000000000000000001e2f8392b3ddce394621ce285331d117878ee7d75cca4 0.25 MB 403 7
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.