Memory Pool Memory Pool Refreshing

3,689 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (57,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,088 850,088 00000000000000000002e3be710fde5beda91e5f182b1af9d406c6b77a7908a1 1.60 MB 6,669 8
850,087 850,087 00000000000000000002a6b775fa3820555da3d99692b28e44c59f656967bf31 1.61 MB 4,696 11
850,086 850,086 000000000000000000011b712ffb8020426b9c1f889dae86a0a7b6ab12d0bedf 1.52 MB 5,662 9
850,085 850,085 0000000000000000000272b5db0b5dcbf77ff9f3bc75a088e625d7083edea8b2 1.54 MB 7,060 7
850,084 850,084 000000000000000000002f84028a02502d390799ac873695208f35d98205f8b6 1.62 MB 5,702 9
850,083 850,083 00000000000000000001fcaee8edfa3bf286bbf1fe9ad03116904c51abe62653 1.56 MB 5,316 7
850,082 850,082 0000000000000000000232c825fb7c42e99ffb0de985aeff51538727620ced7b 1.62 MB 3,921 11
850,081 850,081 0000000000000000000204de86edb56a2bd2479d34ba1f25e171cd2a6a09bd4c 1.64 MB 3,962 21
850,080 850,080 000000000000000000011c34ec3b3f9cabd4254ef45882c12ed929e3570b5b50 1.50 MB 3,251 19
850,079 850,079 00000000000000000002868e3e75411b0afd06661ae1ab3f4a82e0ea7e02676a 1.82 MB 2,582 10
850,078 850,078 000000000000000000015ecc97a038947002ce2b89cc2f38b512a02d699c8b39 1.74 MB 3,398 10
850,077 850,077 00000000000000000003437429d1df543752b74dda78f2325365539a62598071 1.54 MB 3,002 11
850,076 850,076 0000000000000000000152eb891178a81da372a30a75192e676943810d0e2b57 1.65 MB 2,717 21
850,075 850,075 00000000000000000001a9b7f573fee3a1801f5299cb031fe6dd2e6faddc72ff 1.62 MB 7,746 7
850,074 850,074 0000000000000000000137c57e32ab5ed2ea70064db652c129685f85dc2d4c20 1.69 MB 4,815 10
850,073 850,073 000000000000000000028b664f9df9a1fa0427cb3aa00a35184b4ff2c589eead 1.63 MB 4,365 9
850,072 850,072 0000000000000000000017fcf2132d061d250e361f3af598cc2fb1db1af7d282 1.68 MB 6,046 8
850,071 850,071 000000000000000000009be2c13518aaf2f9eaa04aa561ce08d6f0a0b7d9cdfb 1.60 MB 4,919 9
850,070 850,070 00000000000000000001b3985098cf0f31a7a8b144afede951441283334c48f7 1.70 MB 5,549 9
850,069 850,069 0000000000000000000167ba1bfda1179c1343d3a09088879bfda102b4160a43 1.70 MB 3,867 11
850,068 850,068 00000000000000000001b4a465203024e0fe7fe99ecadd9c632f4a59641fb3a5 1.63 MB 3,276 10
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.