Memory Pool Memory Pool Refreshing

49,005 transactions
19.12 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,061 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,060 (403,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,794 465,794 00000000000000000197bccfdfa6dfb26ecfce207622401cd77bb4e1154982e2 1.00 MB 1,511 182
465,793 465,793 00000000000000000075753671022bd9236aa190dcc0af137e6ca2e1b751e56f 1.00 MB 2,141 231
465,792 465,792 0000000000000000009acc8b30f383beb7d84062edf8c06f6ad79840d54f965a 1.00 MB 1,402 182
465,791 465,791 0000000000000000018fbf469fe5d79601531ff16e0d77169c2492b3c399d3da 1.00 MB 2,605 261
465,790 465,790 0000000000000000010022a8e2de70fa6155c1e0c4f2bbecc79c490999d9c96b 1.00 MB 2,466 270
465,789 465,789 000000000000000000be620155cb3c2dd1b5e3cba199ac58115b2f6124e7af6b 1.00 MB 2,076 215
465,788 465,788 00000000000000000038a78087bf898587e5312d5320032dedc8931c57456f29 1.00 MB 1,695 181
465,787 465,787 0000000000000000001ef2db0e435cc54114bf758e5b347a7174e0fde31ccc75 0.99 MB 3,294 166
465,786 465,786 0000000000000000005ad789a702b836a0f331ab0202779ab8870dd6cb17b6e5 1.00 MB 2,718 176
465,785 465,785 000000000000000001cd86235c7934c8d0dfae093ae0a2736c5e69718c261a23 1.00 MB 2,016 179
465,784 465,784 000000000000000000f6a52475fe3199d0e3124763e202ffa6aaef6c06511916 1.00 MB 2,231 193
465,783 465,783 000000000000000001254a67305d0e08ac070158373f461e36b72a7a1e0e1a6a 1.00 MB 2,465 256
465,782 465,782 000000000000000000f41fb362e34cd48f09075826f6abca27d6657fc8c19947 1.00 MB 2,000 277
465,781 465,781 0000000000000000006c89301940454c8ccb8f9299112a4e83d40004d3db2d78 1.00 MB 2,391 241
465,780 465,780 0000000000000000007e0f2a8c42a8ab7229c9a0f42bb165a8a780ca1b45cec1 1.00 MB 2,412 227
465,779 465,779 000000000000000000671568eae998df11c2ab31388633e354aa834ee0f687e1 1.00 MB 2,781 240
465,778 465,778 00000000000000000022e71f925c49214f8eff02a43da978221dff5bb85faddd 1.00 MB 2,362 362
465,777 465,777 0000000000000000003c9e8702bbb5da35bf38c7a7a78c6342101b3f84fcf1dd 1.00 MB 2,362 254
465,776 465,776 000000000000000001715fa645bb37751e2d822a7b80bc48719609bfe30fd6da 1.00 MB 2,462 227
465,775 465,775 00000000000000000034a19251d851057d1d0b3e33e622eaf807088b8be73bee 1.00 MB 2,918 297
465,774 465,774 00000000000000000132cbd61779221182c99711ef29f75b5060f4dfe2ac8167 1.00 MB 2,108 206
Previous 10 blocks ↓
Total Size: 697.68 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: 2,058.99 GB sent, 195.98 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.