Memory Pool Memory Pool Refreshing

18,811 transactions
6.01 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,278 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (633,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,950 273,950 0000000000000001ab9779008950191909d8ef1ecf81f6af6e590988fbdac8da 0.15 MB 388 51
273,949 273,949 00000000000000027684ae5e439a715716089d4ebeba82c1c7ececec4e88c7ae 0.41 MB 662 35
273,948 273,948 00000000000000012b55cd357933b7fbc097ccbe0bdf0e0024593d0c31907977 0.25 MB 593 54
273,947 273,947 0000000000000000f90cbc872728af9cd9279d6e47ae680ab3539d2420f417e0 0.10 MB 157 35
273,946 273,946 0000000000000000227cbf6c23e2b6c0a8554cca35b50f0ea9aa1809a3c03fbe 0.27 MB 399 25
273,945 273,945 00000000000000029ef5cd6ad8d6445de59ce3b9589829ff04736bc76ccf8360 0.03 MB 71 40
273,944 273,944 0000000000000004e97ff80d969f2f0cddf2edb8c23bd90a2dbcb4a18c04b93a 0.12 MB 198 30
273,943 273,943 0000000000000003fa45972b26ebafaae86f1f772f6c7f36430e958b92dd9d5b 0.03 MB 34 27
273,942 273,942 00000000000000059cab5497918f18c58a2d6f6a0397555623528f1bceb6ee47 0.22 MB 251 21
273,941 273,941 00000000000000004296273ef9a4d67e9963fb1817cb7fc065d1bb859cd9a0ae 0.03 MB 58 62
273,940 273,940 00000000000000022bb601064813c45e1317e4942899bdc6516bbf100874f2ad 0.17 MB 262 35
273,939 273,939 0000000000000002acf2c3948d984897d686926b74375d50ab9c5ed6111f67ba 0.34 MB 673 41
273,938 273,938 000000000000000415e92e836d61271a45b0c0720b0584c77ddbc15aacf97a9c 0.08 MB 164 37
273,937 273,937 0000000000000001b9f24786391ed563cb6e157cb5488b4a6a33e84e5f1adc2c 0.17 MB 324 37
273,936 273,936 00000000000000008366e61ba017df4ff9c916f8f4d228de60f261c46d5c6558 0.18 MB 313 49
273,935 273,935 000000000000000258b0a9f44d130ee0da8f6a6070f0f46cf3bfe08e5edf0c96 0.07 MB 155 64
273,934 273,934 0000000000000002e29b9be07c02a7a234be28ba714ce3669f531cc34afb39f1 0.21 MB 374 46
273,933 273,933 00000000000000019ecc9cbff9c12bbe8a1e467de9410ed5264a73b289cd325d 0.04 MB 89 42
273,932 273,932 0000000000000005b6152ab0f329792d82063ab5547e6d94efdb2da23f89643c 0.11 MB 214 77
273,931 273,931 000000000000000014c500dc41b480247c7ae8bb5df2f11d414b0a9b8b4f071f 0.08 MB 248 48
273,930 273,930 0000000000000001bdd0184c7ced98cf566df75210d2454a0758b6870ef56643 0.11 MB 239 47
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.