Memory Pool Memory Pool Refreshing

3,406 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (522,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,711 385,711 000000000000000004b98969ba2ca66437ca8ac54668f239f42f6fb9368176ae 0.31 MB 548 26
385,710 385,710 000000000000000009f798ff2e6606db325f0404480f0d1ef143bed6e99b89bb 0.20 MB 378 31
385,709 385,709 0000000000000000096fc0d8f4d4e1a273dfec36232f5dd9e88d7ebb20888bda 0.10 MB 162 21
385,708 385,708 000000000000000008a68eefb39eec212ecb32731c379cef2e5fe5c813f3bb52 0.49 MB 732 21
385,707 385,707 00000000000000000e16822619a7505bb899b4dbe0ffcf1416347226ba6bd718 0.75 MB 2,303 41
385,706 385,706 00000000000000000a31587e7303fdfbab2bebdd8d4399c6435ea46acac2d7b1 0.61 MB 1,232 33
385,705 385,705 00000000000000000393cb7f8646403293e73e3ba1ccce283638f892a9636807 0.67 MB 1,138 22
385,704 385,704 00000000000000000d06ecd8e4e560fbc720d51d6f97325e608304a72b961c89 0.75 MB 2,311 43
385,703 385,703 0000000000000000057013997470280a0f997a5a99ef7cf8aa26d51ae66610b9 0.25 MB 344 17
385,702 385,702 00000000000000000a30692b1c2f0b99beef61461ff520d4dd5e26abcb831bce 0.47 MB 509 19
385,701 385,701 000000000000000000bc2d765933df0ddc5c86ab48d9dcf9cf4f6baf2a9816d9 1.00 MB 1,077 17
385,700 385,700 00000000000000000496176d2f5d5be46b379683285a8f90bfa956a85ae5bc01 0.33 MB 900 41
385,699 385,699 000000000000000005a6fc2792bf36b4a9b8507c9b92378f2bd9e9182031dec8 1.00 MB 3,186 39
385,698 385,698 00000000000000000266a75ae5626fb9f54250486cde8915d6896007577b9307 0.98 MB 1,622 24
385,697 385,697 0000000000000000020113c2988393db2798082618d240ca3bfc6276744e54c4 0.23 MB 454 29
385,696 385,696 00000000000000000ed967adfe5da5a24080b1ffade3fa6cb2429aff0b5331d0 0.59 MB 1,277 32
385,695 385,695 000000000000000001077f465dd90a1fadd881d53e12585ad46b4788493c6edd 1.00 MB 856 11
385,694 385,694 00000000000000000bb0bda062e644016f257cb2dfeb463c226a9b6e78d4a18d 0.58 MB 971 22
385,693 385,693 000000000000000004858da9f2cf16cf45eb4e500f72abcf01738247fc65dea3 0.58 MB 1,023 20
385,692 385,692 0000000000000000008dd5db28cab44850b97a97ff600dfe8156cfcdab35398d 1.00 MB 2,200 34
385,691 385,691 00000000000000000a265885212fbf913960e6ead162d1ef5486b640094b02c9 1.00 MB 3,343 43
Previous 10 blocks ↓
Total Size: 769.21 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,634.42 GB sent, 93.99 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.