Memory Pool Memory Pool Refreshing

4,040 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (723,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
184,532 184,532 00000000000001637abed24e4d5735b4c30abd97ced8aed6f845a97375bb8205 0.00 MB 7 14
184,531 184,531 000000000000072fa8556568f03f503c3945369c26e75037c688f4445310bc0e 0.25 MB 343 81
184,530 184,530 00000000000006b61042f0e7b9d79e9675cfbc94bccfee6c3f932d2290ba16b5 0.00 MB 11 14
184,529 184,529 00000000000004c93b765acfa8f5f01dcd3515b61e26c7ee9123a79f7da41678 0.36 MB 794 119
184,528 184,528 00000000000009faf0d6bcc185780583e075c7f75ee8435b9ca3e368fe5c1660 0.42 MB 518 89
184,527 184,527 0000000000000a6dcd66dc5f9c86f499b4ef0dee0dc85b2af43f5128d759e61f 0.00 MB 1 0
184,526 184,526 00000000000000a74e845bbfbe04455fdbc2b0826c631611800b7a2085653558 0.25 MB 387 84
184,525 184,525 0000000000000901341cdae2dd2238a909fceda534dc00f617928f11a1f36e73 0.25 MB 501 112
184,524 184,524 0000000000000467a49afe50c6441ffd3022dc0474a89597938677aa94f94960 0.03 MB 56 169
Previous 10 blocks ↓
Total Size: 769.06 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.79 GB sent, 93.17 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.