Memory Pool Memory Pool Refreshing

7,304 transactions
3.67 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,801 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (721,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,880 185,880 00000000000002b8abdccc4efcc9657880ba3060589f8dc531e789a6db4ba5cd 0.00 MB 8 0
185,879 185,879 000000000000082279bf1da12cd5c40d1c30ce37c8cb8418ff586e104c2ecf38 0.05 MB 146 122
185,878 185,878 000000000000011a1ca07c6733517e06f97f5b671c542f5a86035e23fef5681d 0.05 MB 135 87
185,877 185,877 00000000000007562201022ddb5178b86bca55df9fb0e734711411a2b0b27e9b 0.11 MB 267 119
185,876 185,876 00000000000009809958a21da58bcf5e6e42375f9fdbd322d135a088a2d01609 0.01 MB 32 197
185,875 185,875 00000000000007f45f820e5990925576a74932269e962ad3ee4fe952a676648f 0.10 MB 197 111
185,874 185,874 00000000000003f64d44e63d0d2d28c5dc3620f0d7bf40b1b5ced97e36544269 0.00 MB 9 19
185,873 185,873 00000000000008f06651294851f7d2408e1f71291147e35e5e6aee37c407f86d 0.00 MB 6 0
185,872 185,872 0000000000000008f224f59f139875f1b69e50af5f6d34173195bb250fff8413 0.01 MB 35 61
185,871 185,871 00000000000005d7ec3827359e7f42c2207557e47b240ece608f926b26a49614 0.01 MB 23 57
185,870 185,870 00000000000000fc2ce7cc671cc498bbc33bba2007f1597e6ac19a9123fadf9f 0.01 MB 30 88
185,869 185,869 00000000000002e91bbc285d0f455ce1f431db558a1c8931e2f368cc92aa2854 0.03 MB 64 156
185,868 185,868 000000000000093716a7863845163f98c086b2b2631c68c53b5243402b49fcc4 0.10 MB 64 92
185,867 185,867 00000000000005503aed2adb97bd400fac878f34caf37b46346d6472d04281ca 0.09 MB 184 154
185,866 185,866 000000000000009e7f1bdf4ff4195867dab226835f247fc78437dbcbf123a247 0.06 MB 128 113
185,865 185,865 00000000000009a7b47a83ab830777a35914c0eb62b6755640529428b6e09293 0.05 MB 165 31
185,864 185,864 000000000000060c3c378411b2129df9808216298ea0f603bdd2740b4f0e2708 0.00 MB 9 17
185,863 185,863 000000000000018cbabb58460f5aedac3263095125686eddded4b6344d8116fa 0.06 MB 126 115
185,862 185,862 000000000000041b749743bcc2cafd38b05af93978712045b30b6454ef2534a7 0.09 MB 246 126
185,861 185,861 000000000000091fab584cbc2a5f9b8d56283c6676c41856cfda3d6265d0c280 0.00 MB 8 29
185,860 185,860 00000000000006c338333d1ee48b19a38b4e9a6fe9c991b50413aa80b7768bfa 0.06 MB 126 121
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.37 GB sent, 93.03 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.