Memory Pool Memory Pool Refreshing

1,223 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,204 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (761,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,623 146,623 00000000000001df5b6d7d1eef4513da9e9dabee7661930354af898f63a2a236 0.04 MB 117 145
146,622 146,622 00000000000001e9fd72341a29934cc831c4055eea6b3bfdb059ddc9f08003e3 0.02 MB 38 116
146,621 146,621 00000000000007f362caf9812714415d191726ccef8b93bbc3e35cf3edafc204 0.00 MB 9 337
146,620 146,620 000000000000066ba1db32d005d17b74e5fac4d4cd568b3b92ed5658d290ed49 0.02 MB 39 261
146,619 146,619 0000000000000302e22a7e906575283dda27e27cce617a2812808bd11266ac36 0.00 MB 4 1,153
146,618 146,618 00000000000008e7532a80c365b9e21a0381914d4a1bfb7b08158891beee64f5 0.04 MB 145 126
146,617 146,617 00000000000003989f618c9014b0d100710746b932464f0029aa1a80394ae0d0 0.02 MB 56 158
146,616 146,616 000000000000069ce11386ee8207efddd925713752d9b74a5c4b5231a9eed456 0.01 MB 8 44
146,615 146,615 00000000000002c01cab2fea1cb5f6452c0d47ca629c24c80f5626603fd214db 0.01 MB 34 470
146,614 146,614 00000000000007227fa7c1ec671c0c367540f8a40f488b9e295bc42fd7dbe431 0.01 MB 38 116
146,613 146,613 000000000000014706f8716d52bc62fa7da78d3af2226f298abc428521b72217 0.05 MB 126 265
146,612 146,612 0000000000000846e6033452acbb5e1e9faffd206df22c826ae8017816591d2e 0.04 MB 151 132
146,611 146,611 00000000000005e452d5c922bebafe51a0a5cdd2ac617f181d5cd8e0109a188a 0.05 MB 130 113
146,610 146,610 0000000000000214b5ceb92938c844726900f4bf4ff5641f6d8caa8a2dded4c9 0.07 MB 170 153
146,609 146,609 00000000000008a623e4d5aa1035868a144cc869fd976473d5f2b8e2782c1660 0.05 MB 151 228
146,608 146,608 00000000000003b07aac3e2cb3f1a75e28f48f505a5409616843f2ba5553ad59 0.02 MB 26 230
146,607 146,607 00000000000005c854ef3b85f81b1d6d6beb45c6a573477d6cb6a6047e5bcdb8 0.03 MB 55 311
146,606 146,606 000000000000035f85817f47729d020bee0459beff3bf0a296923a0eb6bc188f 0.03 MB 103 125
146,605 146,605 00000000000006e2262f745d7400f46882ccd2960f90a6338e3d340e25e42930 0.01 MB 21 138
146,604 146,604 000000000000011287a2cb52e4efe48b34792b3bfd95cbd7f1b03377a408ef84 0.05 MB 84 196
146,603 146,603 00000000000005aa8f1f0d4ffb7dae13068a2ccb900b265665446c1a3a40fa7e 0.03 MB 84 50
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.43 GB sent, 94.29 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.