Memory Pool Memory Pool Refreshing

9,966 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (626,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,305 281,305 0000000000000001e91a0a34e369e6f09bb5ba01ac8990f11a76d2f5645884e7 0.07 MB 143 54
281,304 281,304 000000000000000145695125b3a6af2c192c84d40a2505d667892a1a52646352 0.08 MB 134 26
281,303 281,303 00000000000000002f50263f21118d62e60cf9c35d1aecc9702369590050d3c0 0.03 MB 76 50
281,302 281,302 0000000000000001fecd089feccd61d5564d1431ba891e68d3af5336434cfae9 0.08 MB 127 29
281,301 281,301 0000000000000001d29ae96f075a2248abaf67f877dc384ee57f7a5d0f57781c 0.05 MB 146 84
281,300 281,300 000000000000000068d15df7460d64e8259179a2befd32cadbfe4b7823fc76c5 0.04 MB 91 40
281,299 281,299 000000000000000158fe39097baecf7285a49ee2249318819bbadf1cacd993a6 0.12 MB 250 60
281,298 281,298 00000000000000009408706dadd1ab8296a06bf53d95c6b966da1dfccf78d3d3 0.10 MB 207 57
281,297 281,297 0000000000000000bc94006496c3345cdcc47300345f165a8ff683a6fc5f99f3 0.25 MB 593 55
281,296 281,296 00000000000000021b07704899dd81d92bb288b47a95004f3ef82565a55ffb1f 0.12 MB 262 75
281,295 281,295 00000000000000007953f311f33d177bf1e19a6766965aee0dcbe46b49c1f1d2 0.01 MB 45 46
281,294 281,294 0000000000000001a1cf3615205e7fa66cc86e54b76235b669d2fe878100c85e 0.09 MB 211 39
281,293 281,293 00000000000000013039e8670e6ce13aee5462d0b46299565ba974aa6d1538d4 0.08 MB 118 41
281,292 281,292 00000000000000025b28bfbcf3787efcc256c53ac354393a76e5b3c794cc158f 0.11 MB 236 39
281,291 281,291 00000000000000025d1019cd8334cb99958bd5dbe661a0579828d4e379f0f90f 0.25 MB 465 46
281,290 281,290 00000000000000007a97819ef864fe4f9748be1e83df94340fb532f7748802a4 0.38 MB 592 34
281,289 281,289 000000000000000050e1b0ced4d9ccdbf296357b49fc3f7366558d4fc7000fa4 0.09 MB 112 21
281,288 281,288 0000000000000001fa1f2310a853d0bc2213c22bf0c682031ce36e81168e0838 0.05 MB 87 29
281,287 281,287 0000000000000001c4a77f6b8bda398d9a89035fb7cb2752647a572921a218dd 0.24 MB 418 25
281,286 281,286 00000000000000021991dcf8e7f396270332d507041e04d51fb4df1453133324 0.05 MB 159 144
281,285 281,285 00000000000000017d3017e8ffcad6d53d77e95152c8017e16708674ae8b659d 0.16 MB 328 46
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.