Memory Pool Memory Pool Refreshing

7,516 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (761,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,967 145,967 00000000000003d0044de822c53de033b1ea6f486d34f7cda7ff57efdb7b2300 0.01 MB 35 117
145,966 145,966 00000000000004b6a0e4da243c5bacd5e59c5e02f4861a1ece36ffb341b17d35 0.03 MB 84 97
145,965 145,965 00000000000000c407ba5d3301a9bfe12c1153113bb788220a91e6d195193dfc 0.01 MB 28 124
145,964 145,964 00000000000006cdf6c09696021e67e4e05f2ed2453e7ef15b672136e7e1a821 0.00 MB 1 0
145,963 145,963 00000000000007cd52b0834ac24e5f895eb46179ad135d7e0015cdab43b1db58 0.04 MB 128 37
145,962 145,962 0000000000000419136f43dbb23eb4cfdcd4f7dbf022f901ad13c8ddd2d72678 0.02 MB 31 179
145,961 145,961 000000000000021c50f2f593a469685503c5a9ba5e5924b539218d3f032636a2 0.00 MB 7 32
145,960 145,960 000000000000042196717d834c6b99fd9ee8c0f9e546aaa7a35eba9c47278d16 0.01 MB 37 110
145,959 145,959 000000000000095363bfcf2c333b3ebeb976f878448525b8cfb1ae3238c9ae2d 0.02 MB 24 71
145,958 145,958 00000000000005bdaf5a83b6d156d7a2c0ffa2e9cd7c2a7d294ce410bfbbbda2 0.01 MB 39 257
145,957 145,957 0000000000000925b5b9f5604219a09b40cd49f751e8746932152bb723ec9cf2 0.01 MB 21 39
145,956 145,956 000000000000049328371da6c1f0fa36829f268071426b15d8d2407e7dc6c8e5 0.05 MB 136 47
145,955 145,955 000000000000066dde421edf7cd5fb089fba8c5a516b05af01fe6d0ad3f7b872 0.01 MB 15 75
145,954 145,954 00000000000008e567308d4e9ad6face5ddbb9e23ff2fc6be98d03d9085ad6c8 0.01 MB 8 0
145,953 145,953 00000000000005be670fccc9db0a07959de548abe5cd099a9f55ae67c9cb7d1b 0.00 MB 9 540
145,952 145,952 00000000000007f41b9ea9fd354b280eef7e92369df00555fe58e4dcc28ab4c1 0.00 MB 6 39
145,951 145,951 00000000000001469acea4dc998f21c5e16befc119ffafe3f705f61928759341 0.00 MB 1 0
145,950 145,950 000000000000021a4b7897c475c4b061dac5e973cac5b559fff9380fb3eb28fa 0.02 MB 31 139
145,949 145,949 00000000000008b294255e1c9451dae3cc63801b8c4dc13857c708ac3b7bfdd0 0.01 MB 27 1,356
145,948 145,948 0000000000000965e36d545dc94d8ae66f49f386cd92ba21909a0aefa73d5994 0.01 MB 19 254
145,947 145,947 00000000000002633334e5021c0024fd304d8fae443059940075951a468ce1ff 0.00 MB 12 368
Previous 10 blocks ↓
Total Size: 769.03 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.86 GB sent, 93.01 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.