Memory Pool Memory Pool Refreshing

2,376 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (724,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,072 183,072 000000000000022ed4fa2a168a7e27ae835611e629e74601901a261749d881cc 0.04 MB 64 109
183,071 183,071 00000000000000d9bfb4c046cca230167a534c6b5f10acb9dca8a06bbb92f226 0.22 MB 512 112
183,070 183,070 00000000000004688f4238fa3b168a53f0197140bf25342d9d15def549c459eb 0.05 MB 128 115
183,069 183,069 00000000000008866964b2f032ab0e52f9d5caff2af7dfe723088de16ec9c020 0.42 MB 938 144
183,068 183,068 00000000000009c150cb3d775a9d7bd7a2c12be01cff0dbd44d63a2635b89f34 0.01 MB 28 193
183,067 183,067 000000000000037aaf5e91615e46c24aa306a760fc33bc79ee54d05647a08283 0.02 MB 63 20
183,066 183,066 0000000000000925ef8edfa6c5897e15e7b09601622ad88a21994c14fd93da92 0.05 MB 118 193
183,065 183,065 0000000000000323a73aa238d132ebd73d457d897c49ad0f6a87427d5f3bd029 0.19 MB 497 133
183,064 183,064 00000000000002589a360fd8cfe158aefe07ead9f90e19462a4b05d4fd183ea7 0.05 MB 127 91
183,063 183,063 000000000000017b29baedd65b07a412c156d621cd651ea879a1b32ba5e0c51a 0.00 MB 10 156
183,062 183,062 000000000000017c3396176e3909ce03f8eaada4caa264c7715aa56f08a6c1f0 0.06 MB 128 131
183,061 183,061 00000000000004a0cc84543796e4f4518115256f297348986667769c1c2dd7bc 0.08 MB 162 92
183,060 183,060 00000000000003d7bdaed07503393ab0733ef2846d684c5adb4fd058439f5ead 0.03 MB 55 58
183,059 183,059 0000000000000218bd3e56e0f56ea005d145bbdc00150a70a9aa36e04852ed39 0.03 MB 73 108
183,058 183,058 0000000000000431e2b154ef3bdea531fadc70d08be13bcb130c7764d5da26e1 0.06 MB 128 44
183,057 183,057 0000000000000535bdc82bd602a3a593fb45a6fee5da0b11c223bb90dccdf101 0.22 MB 516 132
183,056 183,056 0000000000000698b40d8e9053621d83f18770de8310849382fa9904504c5e3b 0.15 MB 290 110
183,055 183,055 000000000000081b0cefe6f33bc9283dd35c734130769be0d8800597ad323b74 0.05 MB 154 66
183,054 183,054 0000000000000892289168a12a0b1c089ed860a2edfb57bf8d14bf45f0c9fbe9 0.05 MB 120 190
183,053 183,053 00000000000008a099367ce0806cb9d65d97067d94448bba636151592393f7e2 0.25 MB 663 133
183,052 183,052 00000000000008091842f4bdc781153d6a3b509744c1dedd3006ef84ad86acae 0.05 MB 114 60
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.