Memory Pool Memory Pool Refreshing

11,569 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,146 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (562,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,241 345,241 00000000000000000fc7bff4e8a3b77e44197e9b98fc4bf45efd52428fe31738 0.18 MB 363 24
345,240 345,240 000000000000000011d6dbfbde95486099f16393d7273b0dd3d062a527f52bed 0.13 MB 232 18
345,239 345,239 00000000000000000b2b68ac66283544ae308a7ed3e080e1e7839ddcee19bc14 0.00 MB 1 0
345,238 345,238 0000000000000000131b8bf44b39d7eaf827464479867e2246b8eb415183653d 0.16 MB 284 22
345,237 345,237 00000000000000000b860accc0e6f9d85dbe990f2ef06532cf9d4c8961f476b9 0.66 MB 1,116 23
345,236 345,236 0000000000000000081c76e1b04901ed44b8f70d9820a038e6c5bcd234b83c70 0.10 MB 89 18
345,235 345,235 00000000000000000d3a97b122da6ad6a97b35b90b8e3f756bf42a63cb9b7ac3 0.40 MB 680 22
345,234 345,234 0000000000000000010df4ebbb0238fb9914fabbff14bebaaf422568c49d2446 0.08 MB 256 42
345,233 345,233 000000000000000011dcc272725b39d04fa5ad7de21416851833106090e86971 0.42 MB 751 21
345,232 345,232 00000000000000000e1cf6dc3b323ecf8783b39fb038b29e1d6553addf97c8b2 0.08 MB 256 41
345,231 345,231 00000000000000000939f02c47f6eceabf16222a446cb01d5a6e74cd8ce1e764 0.10 MB 124 14
345,230 345,230 0000000000000000050bf7539cb112eef45115e850258c7766bca2d472ee2230 0.38 MB 707 25
345,229 345,229 00000000000000000326307b927806f617277c8650b70e66d78eab8323423a33 0.10 MB 156 13
345,228 345,228 0000000000000000129457736c292be013cf7085aeb8c61f15622467c3baa65f 0.00 MB 1 0
345,227 345,227 00000000000000000cda800ccef74fbae8724747a239714d18eea6d5b23d2db2 0.14 MB 181 14
345,226 345,226 00000000000000000937c0a86e818f2921a25d6825167fc132f708a1e9571a0f 0.18 MB 356 25
345,225 345,225 00000000000000001051f7adb2afded6ca2c661613029aaa9223eba84103b99e 0.19 MB 397 28
345,224 345,224 000000000000000007461b3816f4e76bd1f9c4c513999295718b87af4a1fa297 0.35 MB 564 21
345,223 345,223 0000000000000000112c34fe1a66a4e831124f815b23e972aa68e72d1bb3a78c 0.20 MB 263 21
345,222 345,222 000000000000000011c3d07a5d8ce7833141b9288c8cfda8c994e74a53aad088 0.15 MB 206 16
345,221 345,221 00000000000000001351fd07bec63654ca24027308cbef4db1580d20323fd97e 0.16 MB 219 24
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.