Memory Pool Memory Pool Refreshing

1,806 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,591 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,777 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (842,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,320 66,320 00000000005e20f0fb4364f74507f0d5790f8b1845e776819a6abd764730680b 0.00 MB 1 0
66,319 66,319 0000000003a9a6c0c63823b025e57bc08d6665456a3049b9df856904f22b0139 0.00 MB 2 0
66,318 66,318 0000000009797c9f30a49e9185ae0de23024f65fdc73125dbfebaf1b0084d262 0.00 MB 1 0
66,317 66,317 0000000000b52db8ee31193d079202d11b4716092f1483b6b3497f53380acc48 0.00 MB 1 0
66,316 66,316 00000000052b11e4d9d65e8124f1b7dfbe1f34eb87ea10dd015453a20372fe8f 0.00 MB 2 0
66,315 66,315 000000000a4bb9d7588a073c3f2e36960c19d4deeafe23ff9e5b1aac266ad51f 0.00 MB 11 0
66,314 66,314 00000000066153b0237606d5995b50756939d27c63384a365daf6c2f9094dd76 0.00 MB 2 0
66,313 66,313 00000000080b2723fe9e08a905e5bfa03ae4fa9e30f005674f28ff1247a6c0d8 0.00 MB 1 0
66,312 66,312 000000000434681110d450dbdd7cc6ebd4d0e81c2274de9b4a7fb8f46db7ae59 0.00 MB 1 0
66,311 66,311 00000000077328cb066fb2125dbc5337b7fe60ccb26d8c4eb946cd9fbdb968d9 0.00 MB 5 0
66,310 66,310 000000000557d2a824fddf86b7a9c978911646efaa7f75d376dc1182435ad055 0.00 MB 1 0
66,309 66,309 000000000aa03f685f1a2e127cdfe92238871c07aca4a15cfee5b843a8431604 0.00 MB 2 0
66,308 66,308 000000000183422c1108d1471e4e9c3e120b7b40c968c5df510daf9ad82422e9 0.00 MB 2 0
66,307 66,307 0000000003f190ca4a9b73c7220de4c1facfbb082a40eeb30271677de1cadfb5 0.00 MB 1 0
66,306 66,306 0000000001818421585f3fe806ead6ed79b831695f61f2c62cc3e0d128be3759 0.00 MB 4 0
66,305 66,305 0000000004032127ad45fe7358089152e75d9ea4fa3f52be529265472bc7a080 0.00 MB 2 0
66,304 66,304 000000000a1edb332d8923ef73b67fe6a278a5907683ea5c94fde4c8561f4d46 0.00 MB 2 0
66,303 66,303 000000000585dbc6d68027834367e8418e728d49aaf2a7cbcbff96e51a148e99 0.00 MB 2 0
66,302 66,302 0000000000b5e4b6d239a6eecc6ab52491fbaf43d823a7458abb4e9177eff6eb 0.00 MB 1 0
66,301 66,301 0000000000d39bb29e872238cc750d316a4d0a3de2116d16229a49a4328cc76e 0.00 MB 2 0
66,300 66,300 000000000739d8a2f35e7c2163e921811b9b4890845b07e4347dc70c25c2cd6b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.