Memory Pool Memory Pool Refreshing

3,762 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,969 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (321,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,106 586,106 0000000000000000001e44c51d3004e1285c991d5f265cc825d4e3ce0ee3ff19 1.05 MB 1,657 23
586,105 586,105 00000000000000000009b7e6f372c2879fb659bab4099d157c6281578736049d 1.13 MB 2,625 31
586,104 586,104 0000000000000000001198ddc4c29a28d7053f9b99816e22b6da93901dd4c47b 1.59 MB 3,957 32
586,103 586,103 0000000000000000001483da2ff16c46fb5f1ca2fb3521eb62e1fa568abd55c1 1.33 MB 3,019 38
586,102 586,102 000000000000000000057955f9a4297f084da32be1e86bc2b388a40564a860bd 1.18 MB 3,127 47
586,101 586,101 0000000000000000000ee8854f0f049d00d6b8bc33be8a6ed4e3cf4b3ba17fb6 1.07 MB 2,972 34
586,100 586,100 0000000000000000000f055227ec0f162e59aeb0823500f22db4a81f1eb55a76 1.22 MB 2,151 50
586,099 586,099 000000000000000000155f1981c9c574854d16ca09585d15fed8d5aec22ee93a 1.18 MB 2,717 52
586,098 586,098 00000000000000000005f31dfd161369b977d4a5e836e52f1708bb8ae32944a8 1.28 MB 3,123 61
586,097 586,097 00000000000000000015f5fac72a9b036501d702742ccd090dbb7be93763ff7e 1.40 MB 3,238 72
586,096 586,096 00000000000000000004d0c5aeebb0fbe97a7c15912944335972347878ac98c0 1.28 MB 2,147 49
586,095 586,095 000000000000000000049590043f0d42338937fa2e0a33183e8f406d2c35d4cc 1.49 MB 2,071 75
586,094 586,094 00000000000000000010834d1a27d6ccdadd31d4ce2dad247d608a11342dc469 1.15 MB 3,087 48
586,093 586,093 00000000000000000005a5ec60474108e8bd0b89336e2003e2e5bb090fcd6b0e 1.27 MB 2,730 65
586,092 586,092 0000000000000000000352cf01aeeb9e9093e16aad96d0abf63020ca1667fec4 1.17 MB 2,690 59
586,091 586,091 000000000000000000102fc83b98cdee7b47802c8b984ac8a798e1210003dfa1 1.30 MB 2,635 75
586,090 586,090 000000000000000000016ba2038fe9b922255fd79d40eab0f6f05035573ddc67 1.41 MB 2,970 72
586,089 586,089 0000000000000000000039c0ac1669c8f041082f832d7124e1d9698818aa6755 1.33 MB 3,619 81
586,088 586,088 000000000000000000113f4aa05a1e9d6a092db8859391785e23f1688b3845be 1.21 MB 3,094 60
586,087 586,087 0000000000000000000d2430256cb8cdca28f09e2461fcad185075bb830f9a6a 1.15 MB 3,091 54
586,086 586,086 000000000000000000083fd048be48e8280f6a8b9434b8a93df459102dfa98b1 1.12 MB 2,945 52
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.