Memory Pool Memory Pool Refreshing

4,965 transactions
1.37 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (621,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,677 286,677 000000000000000077745ac47d66b38eda25c3e05a7ae555ef150a53bf7882ad 0.25 MB 557 75
286,676 286,676 0000000000000000d305e61ff0834f59822b648ec120139642423cb092524b42 0.17 MB 233 34
286,675 286,675 0000000000000000528e648c94b1c17f029f67daeef5727a7bf7a926bad36dc5 0.18 MB 322 30
286,674 286,674 000000000000000006f9bf87869bd4064083b6bf6df12feacbec2fce5dbbfb82 0.17 MB 309 32
286,673 286,673 00000000000000009f994c042be1456b1dd1899783154349270db7424478ba31 0.35 MB 713 34
286,672 286,672 00000000000000008ab127e6b273d5c59bb9ba8e23bdeedcbc12a18426119f49 0.06 MB 67 18
286,671 286,671 00000000000000008d574b201bd64fc06796cb3cc7ec4925eb6bf1f368764ac4 0.07 MB 66 19
286,670 286,670 0000000000000000573af434bfb39a6d4c779956d2bf3530fe48c1badc7c76a4 0.11 MB 201 30
286,669 286,669 0000000000000000c3e5cd54fd4043d7285c2faaffac097f2cf24d4062da9e61 0.19 MB 244 22
286,668 286,668 0000000000000000b7ecca7ef556fc0e0b2d887d0d7e7d81fcc3378357c7ef20 0.25 MB 56 14
286,667 286,667 00000000000000012446281b5a3f1690fddb3a478bb3d4b464487952a489d07b 0.35 MB 800 40
286,666 286,666 0000000000000001097d2e1d1f619d1d3b3b1788f722edae61e93915af531a3c 0.13 MB 168 26
286,665 286,665 00000000000000004c6390e0312d490c58d4dbc2b4d43f7044be662dd0fece62 0.27 MB 384 24
286,664 286,664 00000000000000012e8af1120bd48acffadf9b9a62f4b0c56fbfccd6a2910cdb 0.06 MB 198 88
286,663 286,663 0000000000000000d0012ab9aa6cd0cf41251522e90f292d8e204fb86bd10c3e 0.25 MB 300 25
286,662 286,662 0000000000000000b68bf585f10b1436ff7e6471e2e40d040f94eadc526f16c5 0.07 MB 118 27
286,661 286,661 000000000000000050c45d24df1a0048f0f39d2d4e9f0598ca201f76fd980524 0.01 MB 12 23
286,660 286,660 00000000000000015417ad05483338e723771c4f1153ae3180b92712b5e93611 0.02 MB 30 25
286,659 286,659 000000000000000031c72aa5b4c8e5273bb4755612f9d6bada2608d23c2ffa1b 0.01 MB 20 34
286,658 286,658 000000000000000037af2298fbf66bd1a64aede242d3361d2ccae3acf71e6be7 0.01 MB 26 33
286,657 286,657 00000000000000013241803d691ec71c0c82bef818914f63550ead85851991db 0.04 MB 97 32
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.