Memory Pool Memory Pool Refreshing

31,777 transactions
32.13 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,410 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,510 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,409 (681,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
180,426 180,426 00000000000000aa35d0f00023a43b5059da6badb5edf4c1296908b5ee6ea360 0.18 MB 275 172
180,425 180,425 00000000000008db7437012901d82101f2b4046a6910a69693bcb5f17a4e6d57 0.02 MB 45 243
180,424 180,424 00000000000004f8897c3cf58132211c385e0185178753045d0b7f25469e2b56 0.02 MB 45 114
180,423 180,423 00000000000007cb0026cb7db1f262fe709ce66dadea7dcc11c86cdbfc7e6ea6 0.04 MB 70 64
180,422 180,422 000000000000001171cdd68879dabeb722283dc35c1404968b37cf72941e364d 0.11 MB 187 102
180,421 180,421 00000000000006681e01af9fa6e6d5c19cb826989c11211a6dc366fa4dc40bb5 0.01 MB 17 2,077
180,420 180,420 00000000000004607c36914ddbed3b87c349cb855151652cbbf456bb6b2d01d4 0.06 MB 83 118
180,419 180,419 000000000000018ac3bfb208f604c379a5c2697e5bd723fe30e799603768a3fb 0.01 MB 22 7
180,418 180,418 00000000000007f66ca9e607e966b62dbb4ff8e353fb15abb147f8b11ece0003 0.04 MB 91 53
180,417 180,417 00000000000008cb00ec492e0a375e2f5d5d10bcc371987d7d2295b2f009eb04 0.02 MB 41 116
180,416 180,416 00000000000005df73c25e92a9122a2b4da28da9a5e1279da7e5bdda07fafdf3 0.04 MB 76 114
180,415 180,415 00000000000002fa73653c0c511ba806477412a031d5159611ffa5a9d09e7a2a 0.05 MB 139 134
180,414 180,414 0000000000000252f400a5ab79c6b9677483715624b00e2a285a9dd53ec0ceb3 0.01 MB 21 496
180,413 180,413 0000000000000976715f262d839a67a6a83c931ec2c83d9353c0dae3435aa0fc 0.00 MB 12 24
180,412 180,412 00000000000004375a2fb1905b10b951a78e33032f3c1ebece97c6b595088c8e 0.05 MB 136 174
180,411 180,411 00000000000003e4beaa67e6418abf31ce7f63aba5f1a844675cb28bf1558857 0.07 MB 121 366
180,410 180,410 000000000000076b92a83b7a77f045de68fde25225910b56efffe25ea16baaea 0.08 MB 172 101
180,409 180,409 00000000000003eb05fab902f6820e87a32a456e6f7db517db7c975227f2d59f 0.11 MB 261 149
180,408 180,408 000000000000044a3a27f00f4cfea9111fcd7f87b1d6f1f2414db93e70d030d6 0.13 MB 275 157
180,407 180,407 00000000000001fe9f810fcadd614503a9aa1d9f7df2d2d90e06bd057bb8652d 0.02 MB 42 3
180,406 180,406 00000000000007ce145f645332c4dcf4bd5c1f344c5b408b326185daf2bee6ab 0.10 MB 220 114
Previous 10 blocks ↓
Total Size: 684.94 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,367.75 GB sent, 104.60 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.