Memory Pool Memory Pool Refreshing

15,928 transactions
34.38 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,153 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,667 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,152 (431,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,274 430,274 0000000000000000030d0c0bde49ef4bfe763f034bda2903fbba12a45b1e4adf 1.00 MB 2,007 58
430,273 430,273 00000000000000000059a3b12a4cd93e8523efaaa5518864ef5ca7070493f08f 0.75 MB 1,140 40
430,272 430,272 0000000000000000000a3df282910b36dc16fe81808083097628af2cbefe3527 1.00 MB 2,010 62
430,271 430,271 000000000000000001e6430776115b5c51f4593d259ca35e1e7a5fd66602a853 1.00 MB 2,532 64
430,270 430,270 0000000000000000031e78773381055306947dfdeddb4b4104b11cb8332ea2af 1.00 MB 2,545 52
Previous 10 blocks ↓
Total Size: 684.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.69 GB sent, 101.25 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.