Memory Pool Memory Pool Refreshing

35,424 transactions
28.82 vMB
Show Random Selection Loading Transactions
Max Size: 158/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
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,920 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,733 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,919 (761,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,431 114,431 000000000000ace347366fad615ee2bb1eaeb101b1a8d81ee772473f6040035a 0.00 MB 10 336
114,430 114,430 000000000000d804e48e71f6970f3c5dd836aabe38ebfdf5f89de37eacc77714 0.00 MB 5 0
114,429 114,429 000000000000104ea0c02922caf18a539684690286d320e0bf45c911e652cd29 0.00 MB 15 1,848
114,428 114,428 00000000000060992a2c05be345adee0c77cbf92f8066645675a1069c9be485a 0.00 MB 11 0
114,427 114,427 0000000000005382d17b3e1f8f2047c27ed7aeb5ec6a72a27ea2ab66191c7091 0.00 MB 11 0
114,426 114,426 0000000000007483ea2f24581783a0b08d953f93a425314c439fed4516019b8e 0.01 MB 28 282
114,425 114,425 000000000000429fe7c0e6de3b671ac37ffdb8583fdb218d73df8fc10235fce7 0.01 MB 17 1,282
114,424 114,424 00000000000015b73a7b0f226fc5ece6e34daebd574999a632ffe0421099526b 0.00 MB 9 1,527
114,423 114,423 00000000000033d8fbc1d993b67a08dd4439ea5aeef775e36ce633ad9a4f9750 0.00 MB 14 1,529
114,422 114,422 0000000000002e0e0bd3b7142abd8ac0e4977f7113b96a03fc235d35815949e5 0.00 MB 15 3,872
114,421 114,421 0000000000008f71e1af57f10f1429e6e70edab2315f23c37d20381afaed4e7d 0.00 MB 11 652
114,420 114,420 000000000000d45f4a0129dd2a057a9c6f41300d638b86d20f3506a43c45e273 0.00 MB 16 1,656
114,419 114,419 00000000000012bd2080a1af1f8193910b67944cb56109e171b399dfb1622752 0.02 MB 62 1,239
114,418 114,418 000000000000c3b904ca7dd16af5f1b494d61638812b4049ce1e4598819d553b 0.00 MB 13 683
114,417 114,417 0000000000004fc38cb3f38d4c0a6e24a18bb6af10fc452597c72663815e0a46 0.01 MB 19 1,981
114,416 114,416 000000000000b4d146baa83d67bca462a5d8a720d5297eac3abd7be03015c999 0.01 MB 21 2,112
114,415 114,415 0000000000006c7f3054517a0997de17607c0fb7d8c720126477a4eac6c108ee 0.01 MB 23 2,840
114,414 114,414 00000000000072c486bfed43ddb991ecf67fcc948df0eea49e6fe9629402eed5 0.00 MB 12 958
114,413 114,413 0000000000004757f3a5a0235c9d6090f8bc2c4c33866235795f93d3f8222d66 0.00 MB 13 976
114,412 114,412 00000000000071c785cc1a3ad65d5ab2471793df2d5d6e73bc04ea80d3ef2948 0.01 MB 41 1,212
114,411 114,411 0000000000000f630a22325c5f5cfef059e0548578410a7c6e3720b8b6cf7af5 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 710.33 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: 645.81 GB sent, 14.37 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.