Memory Pool Memory Pool Refreshing

3,913 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (723,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,553 184,553 00000000000001a0c60d685aea6f5892ef2cc5145b40b0cb8b1ac1b4b439ff00 0.03 MB 68 81
184,552 184,552 00000000000000561666b952908df3f195866a46a832b5ad667d269809044e51 0.25 MB 507 147
184,551 184,551 000000000000020917469b100d820cea87f4e3f711dbeefaba9e8f736a307372 0.05 MB 129 264
184,550 184,550 000000000000011ea9569734b4ff5f97d6d28350275619898f5ef1608c2b91e0 0.25 MB 538 135
184,549 184,549 00000000000000742dc07486c78344a737a086b9338eb6d3a3821f71de746836 0.25 MB 515 126
184,548 184,548 00000000000003e7677c1a8f618357874878a63044cd917d1c628facaeb17f80 0.05 MB 126 80
184,547 184,547 00000000000002c24f2a3b427f8f9326e6bac134670ae514fc225d2ee3fc92aa 0.25 MB 635 144
184,546 184,546 0000000000000256c0f89596affd15a2369cd0896e03b2a6f861d830fc9377aa 0.25 MB 620 139
184,545 184,545 00000000000009cfda6213b99b97586843f6f75e4f42520611e9eb647efa1f5f 0.05 MB 117 40
184,544 184,544 000000000000027e7e108bd91b9de2daaa2f9a196fe54bdf32b9de4a6aaf0288 0.00 MB 8 297
184,543 184,543 0000000000000231a732fb2bd4cbc560ae338fd3c1836ea54fade309bcbf8404 0.25 MB 429 107
184,542 184,542 00000000000000a11de066ca884eb0e1cc6023d12b97c667db68d94e462b78b0 0.14 MB 212 71
184,541 184,541 000000000000065bb65f32a7ba480cefcaa2baf72410723d46170b5039df5152 0.00 MB 12 0
184,540 184,540 0000000000000455f672752e3e25d70afa170f33d8095adb2f82599ea3966413 0.22 MB 632 159
184,539 184,539 0000000000000292f45a401d54a904e30a184016a539f90e968f4bcd5ecf9534 0.42 MB 932 123
184,538 184,538 000000000000030ed50449c6bf27a5c9ba18fbcbe606dca19b63a8b6d4556550 0.05 MB 123 4
184,537 184,537 00000000000006d708ba86ce14a662f25b5e08e6102aacce0b8d480627810c3f 0.25 MB 522 181
184,536 184,536 00000000000003d45db46a979d2dcdd3d31dcfac5bc3645a8bdf9ce2b5045be5 0.00 MB 12 91
184,535 184,535 00000000000002c046b5ae09b3570347c3fdf83d9dcf479546c204e4337e3943 0.00 MB 10 297
184,534 184,534 000000000000095f841b34dc1d40986cc448848c4da45aea2c1807518bc86105 0.12 MB 244 103
184,533 184,533 00000000000004032ccad9e4cf6d49f305896e18368c7137ac1f3867fe0bd920 0.25 MB 531 113
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.