Memory Pool Memory Pool Refreshing

9,984 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (552,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,927 354,927 0000000000000000136d045060f92b6f69405e9851595ed6fb5d772f9857121d 0.75 MB 1,676 32
354,926 354,926 00000000000000000b896075c8a9c9c96d65154aafd3dcab1cc68853fb327041 0.90 MB 2,052 32
354,925 354,925 00000000000000000c08eaafe72972b3ec0dfe6acec4462231f128136a8d3f00 0.53 MB 789 12
354,924 354,924 00000000000000001446b98bb154e5f70d78b422d41204b881e555340d9d5601 0.75 MB 1,311 25
354,923 354,923 00000000000000000f6839bff8f22e34bc576ac69c991b460a13f3853f2aeda8 0.75 MB 1,957 38
354,922 354,922 00000000000000000bd29bf791647e519683b19da8258683dcd7f1d195cd0fb0 0.75 MB 1,328 26
354,921 354,921 00000000000000000be544ddbc1dc683c4b32651f4ba076996b89946ec73339b 0.75 MB 1,697 33
354,920 354,920 00000000000000000efe3c69ace6e7cc08419b2a4ea1bd4f6b7a926585ce66b0 0.10 MB 50 3
354,919 354,919 0000000000000000019353f5e22ec639c3fe4939ad3ff720ef7ccb13a5112db9 0.47 MB 495 14
354,918 354,918 000000000000000012ea2722155e2f68db4900bf01c135fad5b371c8f5826272 0.12 MB 268 32
354,917 354,917 000000000000000014ed78c8d3f45e5ce67938c37b1309b6f20c05ccac08aa69 0.20 MB 223 15
354,916 354,916 00000000000000001042ba44ec4b75a655fba24ea77538146ce77b2e6935ebdb 0.17 MB 366 33
354,915 354,915 000000000000000009127346592aa169c0b62a2b0fbb429eb611afc83d29b428 0.16 MB 340 25
354,914 354,914 00000000000000001440a9e84ab7359537fde3726114eec8090c43fb0948fcba 0.39 MB 743 27
354,913 354,913 0000000000000000120087034b7ef1c843c345f1c3383f73a8e42667244bd139 0.68 MB 1,282 26
354,912 354,912 00000000000000001478483cb9dd52a5b16c8c3ebf552a636ec353bcfede84f3 0.26 MB 407 20
354,911 354,911 000000000000000013b28c2160b0672b92ebfdb3e7b29956badde2c03854abe8 0.71 MB 1,012 20
354,910 354,910 0000000000000000161f4267d96ca42134ae9792d12e9c1a590348c8a420fe2b 0.00 MB 1 0
354,909 354,909 00000000000000000dc24db29a3a2ff1208aa023419c1018d830794ea0654ceb 0.23 MB 442 24
354,908 354,908 000000000000000014fee6835a8a5e4410c2db2c6a5da1435b13d836f0b8cd90 0.19 MB 379 23
354,907 354,907 00000000000000000a9da4e04b90db96960d21d2bf81f2ddc3929ae172f01294 0.10 MB 74 9
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,625.68 GB sent, 93.04 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.