Memory Pool Memory Pool Refreshing

71,321 transactions
33.44 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,848 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,948 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,847 (9,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,469 860,469 0000000000000000000318e79548795686292032012f76980c05739589060e55 1.64 MB 7,648 2
860,468 860,468 0000000000000000000168c976ed16896dd19406c7cd0f18998d689f0cf6b44a 1.51 MB 3,581 5
860,467 860,467 00000000000000000000c9ee77b3a61b34092495b73885bf257a5ba805e235fd 1.59 MB 5,481 3
860,466 860,466 00000000000000000000789f8c6c0758141487fb1fd3aa0c76f9c9ee1d6d2160 1.64 MB 5,554 3
860,465 860,465 0000000000000000000147728f2b1c9fcf80a27c4bafe467dab6c772891dda08 1.51 MB 5,900 3
860,464 860,464 000000000000000000020e31856bbb3e4376e6a7fce4eee7883230e7f73ab83c 1.61 MB 4,147 6
860,463 860,463 00000000000000000000806727a43b50e2bdf8cca053ad2c754b4243d564c5b9 1.72 MB 5,776 2
860,462 860,462 00000000000000000002f19c57e35d8db68e0784ae2636a0d6cf3243b2526bd3 1.65 MB 7,858 2
860,461 860,461 000000000000000000010980fa0e75dda5796913306a97aba60b6ee366c91d37 1.56 MB 6,969 3
860,460 860,460 00000000000000000001dbda030cc9b7640f740aab3a05d4c6cfe74010c9921d 1.59 MB 5,878 4
860,459 860,459 00000000000000000000bc3e5bd86d6ddeeb37c881ce51b216a8dbbe1f5f3f36 1.65 MB 7,487 2
860,458 860,458 000000000000000000026d70eec4af2c6913820b86789cec2cd56744dbaa1505 1.65 MB 6,369 3
860,457 860,457 000000000000000000007d7a4078a89be245a2830a4d754edc9454aa2f43acce 1.61 MB 7,655 2
860,456 860,456 0000000000000000000044b7f2ad893628385f2c577ade092cae714d6cf3a841 1.64 MB 7,874 2
860,455 860,455 00000000000000000001a78d8a9c850b40a8e1841e04f3e57d16f12ded835b85 1.67 MB 5,621 3
860,454 860,454 0000000000000000000186bfad1d5e46f0d4ad09b2030edb7b17fd3ca5221fbe 1.56 MB 4,432 5
860,453 860,453 000000000000000000003dec242c4a22134afcc5289ab4d0a61d7577db4f4fa8 1.54 MB 4,998 4
860,452 860,452 00000000000000000001096ee6c363f8a0a2691b42ebf3e0664349faafdc1f96 1.60 MB 4,779 4
860,451 860,451 00000000000000000001bb6a392cc4403c15f0a416501940f0c69e5d9b141aa7 1.64 MB 7,321 2
860,450 860,450 00000000000000000000a481d138667c46a45c958ce6f95bcd45f26aa39694ab 1.65 MB 4,856 4
860,449 860,449 0000000000000000000105df1b81dc3d104a6c75acab7eecd00b6562b57d0a59 1.64 MB 6,297 4
Previous 10 blocks ↓
Total Size: 699.18 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,123.79 GB sent, 205.08 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.