Memory Pool Memory Pool Refreshing

1,899 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,881 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (477,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,295 430,295 000000000000000003088c56f861b3ae0fb18a380ed4f4250d012ef6239453ef 0.99 MB 252 10
430,294 430,294 000000000000000004d4d8375d9feba29901deb637e05e6894bcce568630a67e 1.00 MB 243 10
430,293 430,293 0000000000000000041ba5c42ac8910764d9eec86727d4bdd2032cfe3f610428 0.99 MB 102 8
430,292 430,292 000000000000000000766d6776cc603a54cc66b4c2db4f50a23280a66d7e096e 1.00 MB 2,284 51
430,291 430,291 00000000000000000066706a3a5e34c147bba466431ce0ac0e2d2064f0b75ca0 0.65 MB 1,715 61
430,290 430,290 000000000000000002cff1d845cb49ba36ba028e7cbfafb53f267c0061c01839 0.99 MB 580 16
430,289 430,289 00000000000000000209aa90dda2763e565f36182535bec2671728dec6bcb86d 1.00 MB 1,676 43
430,288 430,288 000000000000000004b52477bc737dba6abf2b4b2c97de808b596c547b5b92ea 1.00 MB 1,279 29
430,287 430,287 000000000000000001c944829ea36b7ac3380bc496e0ef4981814931cb2d4c33 1.00 MB 2,769 75
430,286 430,286 00000000000000000216957a2b057232753b49c9111e1946f92fb29742e83a18 1.00 MB 1,672 44
430,285 430,285 000000000000000001005649c4a5ae6cb7fbe1ce8c1c323d81761df30cd93ebf 1.00 MB 1,679 41
430,284 430,284 0000000000000000012ac589579b0910b33f25efc2b907a467041cc653dfb3b2 1.00 MB 383 13
430,283 430,283 000000000000000001ee03f4c9225cbcb08e139556344aa7d7ad588428fff547 0.98 MB 1,881 44
430,282 430,282 00000000000000000215e4f14eed4555150fda23ddf8280182f56153becb9789 1.00 MB 1,154 29
430,281 430,281 0000000000000000036c561f349e41971a6dd16ada288b53547e42c738e76f2a 1.00 MB 167 8
430,280 430,280 000000000000000003fdb067d7186746e7fa0e1bdbea65e3d8cd727be6e435a3 1.00 MB 2,323 48
430,279 430,279 000000000000000000f087499e877f23a35ee7fad7fbcb15d1c9b871cea8afc7 1.00 MB 1,751 34
430,278 430,278 000000000000000003702b84e64d62df9167f309b6d8fdb4b1a6a0f7b5686b9c 1.00 MB 1,455 42
430,277 430,277 00000000000000000012ff1578b7fd02c2e20d38490a9197fa3b6a15ae6f8f6c 1.00 MB 1,413 32
430,276 430,276 000000000000000000a691e8762bd5196767dcbf5e24bcee55dfa0204fdb8a59 1.00 MB 2,519 62
430,275 430,275 000000000000000003239c5978fca57ca0f439d690bc3568f29cbb700bbedea1 1.00 MB 2,552 66
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.