Memory Pool Memory Pool Refreshing

3,820 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (608,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,510 299,510 000000000000000058c42c581aab77071180afcb33c8e3b747aa5249505da8ce 0.11 MB 225 33
299,509 299,509 00000000000000007950b14ddcc5b50974e3adb762c7a24b2244b7a8fcb3fcc6 0.18 MB 256 38
299,508 299,508 00000000000000002ac74a3945d28a935c2133246aa048327864f0a1c16dcb8e 0.08 MB 186 36
299,507 299,507 0000000000000000702f9ec688645d8f15aac3b44a1f1295f03f49d84e1cd0f9 0.15 MB 256 15
299,506 299,506 00000000000000007e6276b986cb254f6a8682b867724e142ea63bbc393fe861 0.46 MB 164 13
299,505 299,505 000000000000000039ace6cef7939996d25eb55c46b7e82aa9aba75bb7ecf5a8 0.15 MB 256 28
299,504 299,504 00000000000000006b34a0ade7489801ab663b78147c126518ea9c499cb65953 0.31 MB 512 34
299,503 299,503 000000000000000086112ef4f08c10d0c0e3640585761e001097e1e9f72a2fb5 0.40 MB 1,024 47
299,502 299,502 000000000000000003bbcb93ddd1b08d33177157daedba01c67ba4df6a54ecd7 0.10 MB 142 41
299,501 299,501 000000000000000006ba2e55740cc3dae19901843bff8ebc8940d64c12738d1c 0.18 MB 114 17
299,500 299,500 00000000000000006a163c180d7c1eab3b59bd634366589d78f3d42291569e0a 0.35 MB 615 43
299,499 299,499 00000000000000001d3577d6a4126e83b37bf2acfbaf94d4bf743abed97c7a7b 0.35 MB 516 39
299,498 299,498 000000000000000070317056c63b8debc214e3906fc4fc01e1333a401ad28216 0.25 MB 726 62
299,497 299,497 000000000000000026dfd2894b63c1829fc8e1ac393dc0505876074bf3e9d8af 0.35 MB 368 27
299,496 299,496 00000000000000007a1c1a6c77ac22c8574b75b64dc56e66887bf2ba822374cf 0.03 MB 75 43
299,495 299,495 000000000000000037224b7888fa555c4daddc484b06e677d8545e8f928b9ae2 0.14 MB 319 46
299,494 299,494 0000000000000000642e37ac8f4b4dbea6884367210a82864bbe00e3734a051c 0.07 MB 147 35
299,493 299,493 00000000000000003a71bbcc62259fd68e5088147d87b50bbfebefc8648cb8de 0.34 MB 663 36
299,492 299,492 00000000000000001cf3c9e3f2d43940a0292039a0bbfd332f2614a47380d970 0.00 MB 1 0
299,491 299,491 0000000000000000254410549abb715ff42edf4a1c91821348f3e335fb24d518 0.26 MB 568 43
299,490 299,490 000000000000000021d8618b567613f15b8c9776bfd22c09f28b262a6ad4c4ab 0.27 MB 638 35
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.