Memory Pool Memory Pool Refreshing

2,862 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,489 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (818,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,913 89,913 00000000001096d323b3ed1ff2e90b59f01dcfa9e36317e98af751431d146c21 0.00 MB 4 0
89,912 89,912 000000000006f4b10c58a9f032ba94520f6ff5e59cd84b361e323bb618a3903f 0.00 MB 1 0
89,911 89,911 0000000000012e9a630e143a5f379fb76ff058ffd21f1960c8290938259e478a 0.00 MB 1 0
89,910 89,910 00000000000fbeabe312420ee3936c377a59f5fb6893b665e77658b4dfd1bf82 0.00 MB 1 0
89,909 89,909 00000000000d8f0d043ba1e22d3aa07f21169c7ba4c9798b47b44af5ff4a320f 0.00 MB 1 0
89,908 89,908 00000000000f242a59ce06705a4784438dc2df889341411cfacb313664361e19 0.00 MB 1 0
89,907 89,907 00000000001274a520e81062ad5e0d25ccd880e1efab63c37ddfdf8627926ec3 0.00 MB 1 0
89,906 89,906 00000000000504ff4e78a0ffb441a31ed73201b0e98245e284c9b7639c0a0101 0.00 MB 5 0
89,905 89,905 0000000000050f30bef2cf3deb96c1f0cf474f81889c0daf3b4eef35c82c0898 0.00 MB 1 0
89,904 89,904 0000000000127ef461229d7193a0622fb581a49b0838f1a8198a1d0433854104 0.00 MB 1 0
89,903 89,903 0000000000003fafbac9aa4d2fd4a778c947e244654ec906177022deae5d874e 0.00 MB 1 0
89,902 89,902 00000000001204af3a96de4beddb4ec81ec6af2e31702be5dcad0160a4b0eb83 0.00 MB 1 0
89,901 89,901 00000000000be1ce041663db516af39603d06a87b540d2072b69ff3c0497c04d 0.00 MB 2 0
89,900 89,900 0000000000102097c35269960fc852230569da148078aa543afdf5809ac693ae 0.00 MB 2 0
89,899 89,899 00000000000f6465587ed9476fcf75d7ee96acbb0ed286ccf215187000fd242b 0.00 MB 2 0
89,898 89,898 00000000000a9f79e847598a5ef1495427ec11eea53754caef7ceb23868115f8 0.00 MB 1 0
89,897 89,897 00000000000c5052348a4bb9efdb39c2da95a398a3ae4363d094797654ee4e79 0.00 MB 1 0
89,896 89,896 00000000000e0f50ae2097e98844d03b717a8d539d6925baa8fc9d048241df23 0.00 MB 1 0
89,895 89,895 00000000000b973e2ef9b6314bbf05b40fe4bd33b96c9320193aa2df7d4d69ad 0.00 MB 1 0
89,894 89,894 00000000000ce4afd9ffc54a1c51dfbd8542c271c9228fcbadea321fac0cfd9d 0.00 MB 4 0
89,893 89,893 0000000000100d2b14c25bc05b57d68ff67c8f45be3074598604e3d7fa8f035c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.