Memory Pool Memory Pool Refreshing

9,764 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (624,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,688 283,688 000000000000000148b06fa9a571e7b441c408ccd7d82ac5b853cb99164ea70b 0.07 MB 79 24
283,687 283,687 00000000000000017f8f75f9f560e619563c3b030548a546a1aefa2ed72211d8 0.06 MB 76 13
283,686 283,686 00000000000000012a6c673585b89406b41ab7c9404fc82256f65a3a558af2d6 0.45 MB 709 27
283,685 283,685 0000000000000001ed2695fad80079d574af3bac92013bda88959c054fbcd8e0 0.33 MB 274 21
283,684 283,684 0000000000000001a5d4564a337b57116716800be3b5ae801375b6b84d2489f0 0.28 MB 495 26
283,683 283,683 00000000000000005a10bd29093ea3529f82757ffb99946a7d53b3e7b3261bf4 0.05 MB 112 116
283,682 283,682 0000000000000000252a2951f495f1432a2efab54143ffcb4b381380b903bf88 0.03 MB 71 15
283,681 283,681 00000000000000012bba81dd0dabd28892c5818d21699a1f107715cdc9d81d73 0.05 MB 104 41
283,680 283,680 0000000000000000bc7fa12c31e59605d10af331c3b58598aeb904e139547833 0.38 MB 819 46
283,679 283,679 000000000000000012f3574c4fa1e26ea4abd4a38d3d4e72d41ba4bc3f1d9be4 0.10 MB 214 30
283,678 283,678 0000000000000001ebebb81a51e524d9146e1f5da5b072d830000585a5e34332 0.05 MB 118 86
283,677 283,677 00000000000000006660abbed1cc6973a05c5a6231ae93caa3dd970dd890732b 0.07 MB 215 32
283,676 283,676 0000000000000000d2ed6eec98f6c8871a89b6ba739700969c9d21109524eda0 0.14 MB 272 30
283,675 283,675 00000000000000015c8f4608f15fdbfc8f1a6a31c46bd9c326a9c436b0b13832 0.11 MB 185 43
283,674 283,674 000000000000000022925aa0bf98faf1f104926245ed312cca73dbaef1a73475 0.36 MB 288 18
283,673 283,673 00000000000000003c09078afa10da6926fe8a725bb69a8e446ea08769d661dd 0.19 MB 350 33
283,672 283,672 000000000000000063526c70d394ba350c486a5dc7d4da2531e6abe750b74b46 0.21 MB 426 35
283,671 283,671 0000000000000000123f449c4c4898db44c5721af1c22f3a9a5b3fe79f55bba7 0.03 MB 54 17
283,670 283,670 0000000000000000808318d4fa39a52738f25a6934b858315225254d79109369 0.31 MB 683 37
283,669 283,669 00000000000000000e58372156e093c773765210c68ccf09962826310f68d624 0.04 MB 92 22
283,668 283,668 0000000000000000209ded7a54f45649a3bc8143908476846d2bdba646cacb67 0.12 MB 202 29
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.