Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,441 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (701,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,395 206,395 000000000000044f4bd38d48f8f1a2ad42430157bce97e3e48dec8b8aca00715 0.04 MB 100 205
206,394 206,394 00000000000003a68fe543519ebf8c67cc709c758f8049aab22cd3f89da00479 0.03 MB 80 190
206,393 206,393 00000000000002f96d6c10b186162561e851b93a42f013227b5e4191fc385457 0.05 MB 139 11
206,392 206,392 000000000000012243cd017bed6a890f12ccb63df7a6e61ad7b8770fcbfcdcf1 0.04 MB 115 167
206,391 206,391 00000000000001cb9dd70cc29757b5ef6ef491d58f507276866a1e4ceba6c4c2 0.01 MB 17 159
206,390 206,390 00000000000002fd8ea03a78856797127d987e13a7535a4706eb26ac8ca14033 0.04 MB 113 111
206,389 206,389 00000000000002e0edc1845278b85f5a62bdff4c0947c972b007de3b21f7f6b3 0.11 MB 271 251
206,388 206,388 00000000000001f5a70d82e8d0aab26393749732e87b4dde6838a643f6c800e3 0.01 MB 23 729
206,387 206,387 00000000000000ec0f9344ce310c823a6a5a79f16e361cd38fa036b46a07eb0d 0.03 MB 68 138
206,386 206,386 00000000000004bdf624297fb99d49d3231a370ccad042b5a4d0d789a1237f79 0.00 MB 15 57
206,385 206,385 000000000000019eedd933a15dd2966d6f885b12770bd3b4e495fc82726f803e 0.02 MB 60 156
206,384 206,384 0000000000000204823eee417d9da825ecd8e882ab3e67d40c66ff17b7a95f8c 0.08 MB 180 172
206,383 206,383 00000000000004c86204c4bc7092232331a2eec6a3696b9e98114c5f9e44c8dc 0.00 MB 14 0
206,382 206,382 00000000000001e8999c539625b5a1a3c3132289a7b47d50da6ef07b05bdb329 0.00 MB 11 209
206,381 206,381 000000000000050d6cc1fd52f9c50a6a54cb60d3153fc70fed2ea0f11ea2854e 0.15 MB 248 147
206,380 206,380 00000000000000d8b19403d33f9d417554f2ec24b6173e4f7be5dd740ddd9488 0.00 MB 8 193
206,379 206,379 000000000000047ff41a8d99e7047ce808a936e467799619fee48f794a85b5d1 0.00 MB 11 194
206,378 206,378 00000000000000341b551b621b238ee7446856eba6cb556522565a42a680fa7a 0.05 MB 128 207
206,377 206,377 00000000000002d6ba1683303c33b281446edf97b18e3a320b4f65b6970b65d1 0.03 MB 83 794
206,376 206,376 000000000000038402c1f753a31a7ffe243f3407a351e1647243fef17f95c96e 0.11 MB 231 142
206,375 206,375 000000000000037e96a514d537c11071dc494c95f7abe4e9e22493bde311e635 0.06 MB 155 170
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.