Memory Pool Memory Pool Refreshing

76,709 transactions
31.71 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,197 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,957 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,196 (423,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
446,423 446,423 000000000000000002bd2eaf175dc59dcbded3f45c86076665b87eab3edf598f 0.08 MB 207 66
446,422 446,422 000000000000000001ca4e32f3b231360de81909435ab88badd4bcd2bc4da4c1 0.23 MB 513 78
446,421 446,421 000000000000000001676e89df804a1d12413cd97466e97e5cf6926c12f626a2 0.47 MB 995 69
446,420 446,420 0000000000000000031d721ec7c4b25ec8a99cdba687e9d38b7d632e8dd03194 0.34 MB 493 42
446,419 446,419 000000000000000000ef5cadba80ad7a8462d0ab148e32b446a9f7dc89ddf1f9 1.00 MB 2,478 81
446,418 446,418 000000000000000002e91a19fba42c7aa46b8b0d7d2833abc5516dc4f21646e3 1.00 MB 2,003 64
446,417 446,417 0000000000000000011ea1d34e8434e5ecffbf850fe42e34ef2840183cbce74b 1.00 MB 2,031 68
446,416 446,416 000000000000000000456380f548eaab89a2b3334a8f096cfcd844fe8ea3e505 1.00 MB 2,270 86
446,415 446,415 0000000000000000028fc7e4a24c47e4c4f27b6e31b4055b2043a8481cc0935f 1.00 MB 2,239 84
446,414 446,414 0000000000000000019af4cd25f8643c865575f014850df956c9b2826a90ba78 0.00 MB 1 0
446,413 446,413 000000000000000001f923ff7aafed53c31b0c06717eca7a4c877d343175fb72 0.95 MB 797 27
446,412 446,412 000000000000000001be4543d3297f0237662340da033a5eced17f5e092eefd5 1.00 MB 1,023 34
446,411 446,411 000000000000000002247d7695e1f66a221535ec42482111c514042398ed2a4b 0.84 MB 927 51
446,410 446,410 0000000000000000020cc34f965b947d14b5db5059d201686f3d9cb3ab068cb8 1.00 MB 907 62
446,409 446,409 000000000000000002248919d3faebc57fed51d21b9b4ee643288447d4e42e5e 1.00 MB 2,067 78
446,408 446,408 0000000000000000025bcdb33879c875b25630e8265b1a6a8ebb50745b465ea5 1.00 MB 2,076 97
446,407 446,407 00000000000000000131f7f8e9f902227265d0fb2cf8d42a81f65725eec9f930 1.00 MB 2,376 82
446,406 446,406 000000000000000001bf9a0ce5023815e303c2f9de357ab6e54bee000e1a276b 1.00 MB 2,375 78
446,405 446,405 0000000000000000026c90154a50b8601352b8970a8a608837b713be7b2f8e8a 1.00 MB 2,501 79
446,404 446,404 00000000000000000110c5182d86e39af274c800aedcbcf0bef1107017ccc89a 1.00 MB 1,967 61
446,403 446,403 0000000000000000015ea492a10a3dc5d92fc489bb85ef427aed60ad8e30c8cd 0.93 MB 1,871 61
Previous 10 blocks ↓
Total Size: 699.82 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,194.08 GB sent, 209.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.