Memory Pool Memory Pool Refreshing

11,320 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
906,102 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,547 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,101 (761,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,097 145,097 000000000000096589fbbe1608f06a9cd55d6f3437b9eeb45cbaf306e897a161 0.01 MB 26 69
145,096 145,096 000000000000054eb844baf42efe9ee926005df57966b90f06aa89e3c2bd7c8d 0.00 MB 7 591
145,095 145,095 00000000000002a067b2d8b9840f4621e6aa4c0792ba59159b49c14ec927b567 0.02 MB 31 112
145,094 145,094 00000000000002a1e9319c6e980e402b3142433a4b8ea8fb4362c4bdf9ee355c 0.01 MB 42 4
145,093 145,093 00000000000007ae55522424945e5eca0115cf51f4ad23da241829d2579661fc 0.00 MB 15 41
145,092 145,092 00000000000007870de02d0b1dc1d4164d222c60e23802e1a34df36f59604473 0.00 MB 1 0
145,091 145,091 000000000000089ad5e1272501a4316f40353d8eeb3f54e36e657aa8b629e0ab 0.02 MB 47 130
145,090 145,090 00000000000006bc59797a948479942a7f9f13e7219f4901891060efa40f3c8b 0.01 MB 22 75
145,089 145,089 00000000000003dc3e30b058a69cbf6357f2ed7a40b47308d1a2354b03e951b1 0.01 MB 27 237
145,088 145,088 00000000000004b79a7889e41c95ee7b4ac30106f78524470a158fe6273afdcd 0.00 MB 5 41
145,087 145,087 000000000000074b4008745f5c14b6658be434f5dd636b38b1555a696a2abe22 0.01 MB 22 296
145,086 145,086 00000000000008742f4debd4fe216f9cbcc38edc716b71aa58d5f580232bd5e9 0.03 MB 93 24
145,085 145,085 0000000000000299ac7447716f723f7c7e37bf893c70c904dac7957e0744290d 0.03 MB 57 173
145,084 145,084 000000000000094c29a798bc3aaa5b5cf94ea3e215671ff40569f1d66d0f95f9 0.05 MB 97 131
145,083 145,083 0000000000000749fd7582ead5db2ca0090ec2d6f1721bf7787c22e896d7bd84 0.00 MB 10 157
145,082 145,082 00000000000002074941d9de344f90091ee08acc8a78fe6a2babeb66b4b8df88 0.02 MB 7 214
145,081 145,081 00000000000006e8ced7f44829c06d8ef84783c50e53c047aadd89f70086fa8e 0.02 MB 54 272
145,080 145,080 0000000000000659eb0382e4d1029d202bade52139b88e06cb0abf9055dbe8bb 0.03 MB 91 141
145,079 145,079 000000000000018170384d5eb6140df88aadda5836fa46a188b0b5c67b8f4406 0.00 MB 14 20
145,078 145,078 000000000000072f1c6cb7c7e06a0c3c17fab90105204100806714187103d9d9 0.01 MB 24 292
145,077 145,077 000000000000056130b9c942966f6c83a5d2dfd8ee3706c8de8f66461a1af012 0.04 MB 79 222
Previous 10 blocks ↓
Total Size: 766.11 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,390.88 GB sent, 77.90 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.