Memory Pool Memory Pool Refreshing

4,845 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (603,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,124 304,124 000000000000000062a2f2c2b9aed540f7c25062ff9c8d38c010eb57baf29259 0.26 MB 642 38
304,123 304,123 00000000000000003c78460d745a83faa7552d04e3e82368b3dc6e59a4bdfdb5 0.21 MB 506 33
304,122 304,122 00000000000000002d204cce4ee5e7976a0a485d658b4a15ebf31cdbce8a4915 0.26 MB 564 34
304,121 304,121 00000000000000002a4775e8f6020a95f01e036926ef409f56e83057e5c3e4f3 0.26 MB 475 30
304,120 304,120 0000000000000000629c7999a8b23208fd4a75d52d81a5efbb11ceeed405d3b4 0.24 MB 475 33
304,119 304,119 00000000000000005d3e41e8555dd13097e60a0b73e6d0e792afad11f38355f8 0.10 MB 86 10
304,118 304,118 00000000000000004061a657bf20f3490bfb40556829e1d5dc7b896bf34c59ca 0.03 MB 32 18
304,117 304,117 00000000000000000f2d1e876bf76e6fc6619929bd8c43f2ddf53920cccdae4f 0.22 MB 473 39
304,116 304,116 000000000000000026f82d75cc207c7d259c269cf226446597e612a6e94967da 0.24 MB 425 31
304,115 304,115 000000000000000026d07fd454d84bdca73abb5ff0a875a1c2ad97857dffc934 0.40 MB 610 28
304,114 304,114 0000000000000000060791a8925ca46395d16b8abdbaad61797a9fb8543fcc23 0.15 MB 246 27
304,113 304,113 00000000000000001c288aac8f1663f8f6a2e9ca2ff1f7e06a553819ab2e0ca0 0.06 MB 64 17
304,112 304,112 00000000000000005dae8dc87610eb81abb9e6ab64238e9df78e207e6457e0a6 0.07 MB 92 21
304,111 304,111 00000000000000001286d2702cde92f580723247c40a7c104497502d648133c3 0.12 MB 66 9
304,110 304,110 00000000000000005bba7c578bfaa027ebc38dbe2e2c451f575ee4adb95636dc 0.44 MB 511 23
304,109 304,109 00000000000000002e2b4b64eefc8013fde5f99de699d5a449cc7800c6643f33 0.49 MB 813 31
304,108 304,108 000000000000000019fec86cf273212fdbd0a5f0fb82098e0b4dce1809d2fcff 0.35 MB 587 28
304,107 304,107 000000000000000063854267529cf3ecd9aea77afbfb845e7caaa8a88257a60c 0.08 MB 22 3
304,106 304,106 000000000000000038d8a2acbd0595cb5eb2ad71965ab9d260ddbe56c6275c4a 0.10 MB 136 22
304,105 304,105 0000000000000000608fabc6726dc381a0c2ee4a8e70d2ee109b0761d761e9b3 0.10 MB 123 24
304,104 304,104 000000000000000057b603f085569149298ab05258cdec374d2afd09c52899d6 0.30 MB 428 24
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.