Memory Pool Memory Pool Refreshing

9,184 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (798,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,128 109,128 0000000000001254375824ad2dbddd10411544d6278d63177c1181a596a14b45 0.00 MB 4 1,086
109,127 109,127 000000000000cc4393f2e7b1585d0a382fb1ea8919fbaa77663ce0918cc152ce 0.00 MB 5 0
109,126 109,126 000000000000777c0c211bc9a9c6e82f86b2efab9e885bc92f4fb5251d9365c1 0.00 MB 5 0
109,125 109,125 00000000000006a14c556dcb861309697e08948ea81998cf16d6f4472e95fe47 0.00 MB 7 589
109,124 109,124 0000000000006436ce7289d33163a15487a4f16b5befa6617a3fc587d69167c7 0.00 MB 4 0
109,123 109,123 000000000000f68be2b709f2a39bac9a6190e34533f2f4a55bfdd06cec2ddd09 0.00 MB 12 0
109,122 109,122 000000000000fae0eafbcc459da768da7da4fb5658642d3d3e5970ce86279b14 0.00 MB 6 0
109,121 109,121 000000000000867c4a69fd704a2e3a669d13a85a33e6bb07f753e3c15a27c3e0 0.00 MB 2 0
109,120 109,120 000000000001165002d993b70573e48e4dc0f9e60f8f6a717a418a144e51416c 0.00 MB 9 0
109,119 109,119 000000000000d998089aa1e17e42deced6c01b902a55ca0772f913489fb4292f 0.00 MB 8 0
109,118 109,118 0000000000007f40cce010a82090f5ba4f766c5f87b9e8294329464a32390be5 0.00 MB 11 0
109,117 109,117 0000000000005c3b5be53605adf8f9e3c7103440b5a650aa76e6c1779a500a82 0.01 MB 37 0
109,116 109,116 000000000001b8545dabde1a2cc16fea6c38a1d91b817ee0faa5c3c3f1032c37 0.00 MB 10 0
109,115 109,115 00000000000095a5accb24b148bff139ed5e42d92903f426af6cfa95bfa8787e 0.00 MB 2 0
109,114 109,114 000000000001563bda1bec56d467cd07661c26eca75823078978613f6a821ea8 0.00 MB 3 0
109,113 109,113 0000000000008a99b61a4be0d90c0229f9c459b77d6ea5ed658589a7f9b891b9 0.00 MB 13 0
109,112 109,112 000000000001a40fb06e37f918decc098e6842e46c77dd87a7ef6360d4cddbd9 0.01 MB 44 0
109,111 109,111 000000000001628a00cf3f821e330e95f26872f7e9aa89f57c8b75ae0edcac6c 0.00 MB 1 0
109,110 109,110 0000000000011e99d38435bced795126c6efbdcf648effb445966f999b3b4804 0.00 MB 1 0
109,109 109,109 0000000000016cfc14d05672068f8197285aceb8108a03db90bee0e5cc8a9c0e 0.00 MB 5 0
109,108 109,108 0000000000003d2eecdbe65ff040cd96d87d532b6e31f225d1cc76e70b81034a 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.