Memory Pool Memory Pool Refreshing

6,213 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (685,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,919 221,919 00000000000003ce0ee3c15b9e2ebc8d85c7d37ab9734a4474f9ad53a960078a 0.25 MB 834 302
221,918 221,918 000000000000019839cd38c5a4ae82adcbed24dc687bded2479763b7f6a90eae 0.00 MB 11 543
221,917 221,917 0000000000000248b5acffa45d9710ee1dd15a490da1a247d4589685921e0599 0.48 MB 907 123
221,916 221,916 0000000000000414a05c592b8c6bdd3587433547f9e3e142b00130091a69a0e0 0.25 MB 777 259
221,915 221,915 00000000000003c0e5cd5fa0b311c652698737394cfc15b4252ecada9864816c 0.25 MB 758 307
221,914 221,914 00000000000002a190bd92ba7d4fca7359b586fd7d903792934fbeefce76b51b 0.10 MB 192 144
221,913 221,913 000000000000023e96750c4d50781f2eef429d466508b28d04d6b6bac499ce91 0.25 MB 335 112
221,912 221,912 0000000000000303a0e8c60ebf476410e63633425836dce25829706b9f32578e 0.25 MB 684 214
221,911 221,911 00000000000003bf4ff5b68fece6e1c1ae6e524082bac78d65891f37b2ebeb79 0.28 MB 664 254
221,910 221,910 0000000000000122431738491a6b454a503e65037346dcf9185de500145469f8 0.10 MB 161 96
221,909 221,909 0000000000000217a198fc48f67c8aa265d22eab727ddd774a3e67415a605f60 0.25 MB 363 114
221,908 221,908 00000000000004255d7f9371f800b0ebbe104a0f2dde12441722efb6e0a7d9d1 0.25 MB 497 167
221,907 221,907 000000000000024ced0171867df66561f4fa0f8f15dcc6b0ca90e038dd16cd92 0.25 MB 538 167
221,906 221,906 00000000000000fe1be20045bce507af99fb387f99b5a9b769a0292319066920 0.25 MB 636 390
221,905 221,905 00000000000002384736aa2421ea06c5e43b0a847bea0366e5542e6628767d34 0.08 MB 142 100
221,904 221,904 00000000000002811ca40bfd15b1435791f327ad91f9f2a1bf979b7662366d99 0.25 MB 809 282
221,903 221,903 000000000000002d0521142eddc1f39683225e6e0e5997895865a43a1fc71eb1 0.00 MB 7 305
221,902 221,902 0000000000000260d37d5a233c71b261641a6ef00263e3bd5a9adb1a66eef9d1 0.00 MB 8 44
221,901 221,901 000000000000001a9e39c91bed784b1f7bcb96937e789cfde23d8461b764eefb 0.25 MB 723 218
221,900 221,900 0000000000000017fffefbfcc12ef10d1faeaf4b828e95eeafa635381da45466 0.08 MB 195 191
221,899 221,899 00000000000003d7f8df626985e45049ce2762f42e87e2894a66998da65c4497 0.03 MB 74 182
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.