Memory Pool Memory Pool Refreshing

4,788 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (791,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,479 116,479 0000000000002eac04890455d13a0dfd43f95c134417f11762aba9d7be225407 0.00 MB 2 0
116,478 116,478 000000000000b5ff6e806b06fa66309264fbf30f2b9f32a8b48eb336b3c17f5f 0.00 MB 15 512
116,477 116,477 0000000000002e153d822e7e25df98c62636a1d5779889ec94900ff95e5366a8 0.00 MB 7 0
116,476 116,476 0000000000008ace967c3c84f39d33d71dd0e789a9a949b89c41b6a2bd88b247 0.00 MB 2 0
116,475 116,475 0000000000008a014ab66d87f3fd124b1990af9cdb5a3b8b1895dd6c749c30cb 0.00 MB 2 3,875
116,474 116,474 0000000000006ca8bcdbe5180f610615108b9bfcd6e0446ae340da82c7c6060b 0.00 MB 5 1,647
116,473 116,473 000000000000bc13f4f9fcf40d7b88967d097f28a43d9cd5eed4522c014454fa 0.00 MB 6 0
116,472 116,472 0000000000008a0cca3fa125d52dcd0ada008749509c4f2d1c1e1d3c28f52101 0.00 MB 7 543
116,471 116,471 0000000000000a2282b70450f585803f471cd6484c39b0834c385b99b20b21db 0.00 MB 5 1,072
116,470 116,470 0000000000004815d0d74c41478b7fe71d93b9f56b5149a3e4a5e7df406987e7 0.00 MB 8 0
116,469 116,469 00000000000053a6dc6d32edca02d25f4fd8fd71e0d14b7fecbaed1346a1d61d 0.00 MB 8 1,405
116,468 116,468 0000000000005d717d8ab0134ea136cd483a26afba5119df2c59e55bab06c6df 0.00 MB 11 0
116,467 116,467 000000000000c9aad9a084fb787de5a1bdfd3ecd9d58a6bfcc6842a33ffd0beb 0.00 MB 10 0
116,466 116,466 000000000000c2626140d9efb9a554337e6704d5279899c41949a248f16d2d6d 0.01 MB 7 1,325
116,465 116,465 00000000000041f07e79d4803a46f3f4bfdb7b95ac9dc115bc799e2b04b3f20d 0.00 MB 8 258
116,464 116,464 000000000000f01f53597816a9b616aa95a468f11fd4e7f25857d89acdfc7673 0.00 MB 4 636
116,463 116,463 000000000000378e5e28e5804823784eedaf0a961ac702f8e0d16957a4671ef7 0.00 MB 12 0
116,462 116,462 00000000000031938cadde5ec0be7741a1bbe3ec68fb27ef950cf994f129f6cd 0.00 MB 2 3,875
116,461 116,461 0000000000006ebad436ae1c836d2cb6a478149690ee82246b5bb2c11d2c3a1a 0.00 MB 11 326
116,460 116,460 0000000000008882e9257cf227b4fd612121c819f7ffc0d109d8f9e5c54f9093 0.00 MB 4 0
116,459 116,459 000000000000e221419c90f37362a88fa5150772a9a595b4e680199659ea93dd 0.00 MB 10 1,414
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.