Memory Pool Memory Pool Refreshing

8,784 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (586,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,905 320,905 000000000000000014193a49ac78132e46347cadb56b9d063bb9b106c032f793 0.75 MB 1,221 39
320,904 320,904 000000000000000005b985b3668139b003b35ffb69e552f6b3b24c8e6cbb0fbb 0.93 MB 1,785 36
320,903 320,903 000000000000000021991d5d8e912f8fe12a051e2ba4e15a81a4aaf4e1b9c0c6 0.43 MB 665 25
320,902 320,902 000000000000000003bc160f0a9e9972be358c0935aa0afbfa03038261a75288 0.93 MB 814 23
320,901 320,901 000000000000000001925ad284e5acc5f76616320eb962a53ec6b804739746cc 0.75 MB 1,567 37
320,900 320,900 00000000000000000bc183d9b58cc83ec278777fd9c0398c10c3a6cbe67bdbe5 0.90 MB 1,312 31
320,899 320,899 000000000000000015e5f6d6967cd32d902f0202f6d079a8d18d89cd268a9831 0.01 MB 28 37
320,898 320,898 00000000000000002271e923dea132c50bb0aefc49c4b8ec597f7216dd0c1056 0.23 MB 339 27
320,897 320,897 000000000000000021c4222fce86bf676f49f39e598273f8b86048b43733635f 0.12 MB 130 20
320,896 320,896 00000000000000000ab9b4224a09828fce671a70d5161e40676350d1a63b97b8 0.16 MB 269 29
320,895 320,895 000000000000000016a2415f3452d91a0bb8dc06623b4580353c6459c1ead8dd 0.82 MB 1,197 28
320,894 320,894 000000000000000008d4ccbdab2086de7cf5e4c990545d1adb0997cb647ed776 0.20 MB 402 29
320,893 320,893 000000000000000010b6f668122b3bb275f95bf8664748c318288741c1878ad4 0.25 MB 549 32
320,892 320,892 000000000000000009b944880459e3bf0fe59875b73ca7f2e0fc6755923acf3a 0.11 MB 243 30
320,891 320,891 000000000000000016eb5be6cdbaf2a17158432759c6a34da30e082384bef668 0.14 MB 134 17
320,890 320,890 0000000000000000203173e1b40549b1352ea7ba22b4e99b77369b6c2ccaaafc 0.18 MB 442 31
320,889 320,889 00000000000000000a90a36c3a9802dd79332cda4384a968eec34aca333469ae 0.01 MB 19 26
320,888 320,888 0000000000000000098b80eddb8b05e9f8f863b344f4ddc24b2c0012840026b4 0.55 MB 837 25
320,887 320,887 000000000000000020db2b71a567a651341a6b53468f1c972924131840654b5f 0.14 MB 316 37
320,886 320,886 00000000000000001e24e589e0296bffe0294c04dd4fb0fa960606337b1fcac5 0.62 MB 1,127 27
320,885 320,885 0000000000000000071cec2c40ab7a620e78db3e9044d1dc426dc4f83de56691 0.02 MB 52 44
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.