Memory Pool Memory Pool Refreshing

57,497 transactions
30.28 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,436 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 4,019 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,435 (448,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,396 430,396 000000000000000002b8beb5744dd94fac9e360a09ae6dfeea45633a3256bff7 1.00 MB 1,913 68
430,395 430,395 00000000000000000490a2ec6a889bd8fb68f6a6b6cf5fdb358e1a032cf1256d 0.39 MB 976 67
430,394 430,394 00000000000000000282b939624ee6ed1424c39e039c2f8080ce5951dfb1bb86 1.00 MB 1,615 38
430,393 430,393 00000000000000000340e4c5a0b0e67a6255f05029aa7bf9a267e6e012eac77a 1.00 MB 2,622 64
430,392 430,392 00000000000000000237a5038dc13f952d458069e9d57c81ffd50e68a0b59a95 0.50 MB 1,141 61
430,391 430,391 000000000000000000250997d6797831e9a5b84356df85b8cea71fff1aa5747a 0.33 MB 641 55
430,390 430,390 000000000000000001f939af1b5143f1842ad0d01ad392ac9365d972c92863e5 1.00 MB 2,411 62
430,389 430,389 000000000000000001fe0f895b270113864f40b0143a0731c2185edb5984ceca 0.65 MB 1,353 50
430,388 430,388 000000000000000003863c155a8cc6213fd58f4358c9ca2a1c080de1890e6605 0.75 MB 1,607 65
430,387 430,387 00000000000000000050e19d784e96540c9cf067116e837d13811bcd4ea8ea6e 0.05 MB 72 32
430,386 430,386 000000000000000000263603e37f28c360c2ab72e04dcdc432b691869242abcf 0.38 MB 598 44
430,385 430,385 000000000000000004b1b5a9004ab64f3fb70d0b8fc2fdf7c677dde71ea5edcb 0.21 MB 555 74
430,384 430,384 00000000000000000222a4b4c892c06389b312f0668b1f41183d6cb544a2961d 0.63 MB 1,234 42
430,383 430,383 000000000000000004946634915a098f7a5e27d1560616aabb7e8060fa2b5f5a 0.83 MB 1,642 40
430,382 430,382 0000000000000000047c5111b1d9210ecd5436b482f637e51236028498727617 1.00 MB 2,538 81
430,381 430,381 000000000000000004575c57216447b3a49fa247035d0a0132d3a26a2ce53f5d 0.99 MB 1,247 34
430,380 430,380 0000000000000000047dd032dd325fb95e68effc942e09a40d7221395ca5b2a1 0.43 MB 707 49
430,379 430,379 000000000000000001334a7df96a9b0717278a518983528df4d8d4117ba69c02 1.00 MB 1,713 45
430,378 430,378 000000000000000002460abfbd392c7c808031b7033573c4f55fac1b14a451ba 0.31 MB 505 49
430,377 430,377 000000000000000004cab287914bf9a7c4b7bcf9d5afedd60221a60206f317a6 0.25 MB 596 59
430,376 430,376 000000000000000000bd6e2acf03c55f9b6446de3dab45ad934f46dbe01fe206 0.45 MB 939 61
Previous 10 blocks ↓
Total Size: 715.21 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,380.00 GB sent, 41.07 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.