Memory Pool Memory Pool Refreshing

5,647 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (798,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,838 109,838 000000000000c0a5ef2aca6850afd22862c8d57dd11deb14b162e75b4f71d199 0.00 MB 13 0
109,837 109,837 000000000000ee9ab4081d739cea9062fdb4995fab4f49fb55bbedef3fea2801 0.00 MB 13 0
109,836 109,836 000000000000973dfc39f1ce1eb9ffc48239b328cd00427ee5d21a4fc197af4f 0.00 MB 12 0
109,835 109,835 00000000000100a42df0ec3e6bdd56955c8526bcdcba95c70689b79d5e235c29 0.00 MB 13 333
109,834 109,834 000000000001651f34b0fc7f645402d7b060dd87c02fe5f41d87a89e7a7a9704 0.00 MB 13 0
109,833 109,833 0000000000010062c32239aa2aba11b8adf51305161881e45f7d6ac1f05cc453 0.00 MB 12 0
109,832 109,832 0000000000005c7ddf5c28b00f0c5d8b306d285fc68d988c7002f056c8cbfc13 0.00 MB 12 0
109,831 109,831 00000000000034616f8a2db19dce52560f2bf49503082cbfdd2fe31b9bb3e949 0.00 MB 13 0
109,830 109,830 000000000001a0589c6c755231847a6f99e7429de662f824a1d9aa88c2f5321d 0.00 MB 11 0
109,829 109,829 000000000000500eec12ed1368e5b23755c8e15b93cbe3a332c264f5746218c6 0.00 MB 12 0
109,828 109,828 0000000000000e6dd571c118b3cdde1c2aa09f41366c501bf00a01896ae73f46 0.00 MB 11 0
109,827 109,827 0000000000002d8da60a874d6073c7125af068475c44121003dc205b20ac836a 0.00 MB 11 0
109,826 109,826 00000000000080f52d431450447b704342bee9b9377db5aec4ec91ba44c42a07 0.00 MB 8 0
109,825 109,825 0000000000001549749cc521f998857e51dca0f5b7c5128113a47bd895b4f5e7 0.00 MB 13 0
109,824 109,824 000000000000df818cbf14b56a65a96fc23e9507ca0aff0f2e3712399254da94 0.00 MB 9 0
109,823 109,823 0000000000014faab5a8fc0d174b890a4c10313e8f43d062d119b8a9e745667c 0.00 MB 12 0
109,822 109,822 0000000000019848023812c146a5814f32cf6e7617b128ae02e2478d2e5db7fc 0.01 MB 12 181
109,821 109,821 000000000001426ac6db7bc0d584ed2bfaf0861fd2ba54426f85e8297cc0a9ba 0.00 MB 12 0
109,820 109,820 00000000000051e1cd3f3af981a72c557630016108d583b2a0fdc0a6479aac65 0.00 MB 10 0
109,819 109,819 00000000000169885c6b2dad00f1db115ae4d02e4bc4736b23e76283d8904b2c 0.00 MB 12 0
109,818 109,818 000000000000b9fe7b0a1b37720fdbf35e6a7a1ad0f6850f2259d40299bbf27c 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.