Memory Pool Memory Pool Refreshing

3,749 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (35,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,461 872,461 00000000000000000000702ee67872a580e80fa14890f7262c0ead8c667cfd4f 1.47 MB 3,185 11
872,460 872,460 00000000000000000000b5ad513e7d86242490884f7a02ea37e48583165013ff 1.47 MB 2,776 10
872,459 872,459 00000000000000000001301b5b7f7112916705c8c1e4b6b9333c268eb0340630 1.54 MB 3,194 9
872,458 872,458 00000000000000000001d9e8b4e25e53d49ad51e34f21939ac8b6f7d865a2800 1.61 MB 4,037 12
872,457 872,457 00000000000000000000d00ce04b052d1eb5bf4a1e9521a5e91fa27ea69247bc 1.58 MB 3,822 13
872,456 872,456 0000000000000000000225faf80ff3e790d52e9f4a115ea832152b39243083ae 1.50 MB 2,818 11
872,455 872,455 00000000000000000001771a91d1b5cb81d1c4c395ea15533e25422cf7a0e199 1.44 MB 2,854 9
872,454 872,454 000000000000000000012e70f0e9dfc699ab1d1c576172fca4707e3095749c72 1.70 MB 3,054 13
872,453 872,453 00000000000000000000a0584dd2b7d0f34e7e4357cd6083480ae481ced7c332 1.53 MB 3,479 14
872,452 872,452 0000000000000000000157a98d6c54d4523b5bc2b4f79ef79de04e5669f9e335 1.37 MB 1,137 8
872,451 872,451 00000000000000000000b1c6d20ae5cbd07ebad28c656ce02cc72616f494bcde 1.48 MB 2,882 14
872,450 872,450 000000000000000000005d5101bafb9975add3c77da69f64f658208ac5671c5a 1.40 MB 1,928 13
872,449 872,449 00000000000000000000130182f2284507e7d62a89c6bdaeee74389d0ce3768a 1.43 MB 2,742 9
872,448 872,448 00000000000000000000ed61b1c95d77da86fff771ae4da3b7f0143862f3af5a 1.56 MB 3,572 17
872,447 872,447 0000000000000000000184b8038b97d2d78b43456db76cbbc9bd9bc730696111 1.20 MB 579 8
872,446 872,446 000000000000000000009cae4c6f3f63dc4fe2706277301bce3a094882981b31 1.47 MB 2,481 10
872,445 872,445 0000000000000000000134d69e02ab3ad03276c76e110021010d263ed81a213b 1.42 MB 2,043 12
872,444 872,444 000000000000000000018ae1d16c1ceab72967b1e7e57adb3faea17fc16e74db 1.40 MB 2,269 11
872,443 872,443 000000000000000000028ad7bc43a38e18f107b88efda6ed3a349e510278147f 1.36 MB 1,554 9
872,442 872,442 000000000000000000013187f0939dbba9a6620e35db7a34aa96fb55cd5e375a 1.41 MB 2,495 11
872,441 872,441 00000000000000000001283b16204aa5681a91db6c3f7e73ff9c042e13bf818d 1.24 MB 1,062 7
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.