Memory Pool Memory Pool Refreshing

49,630 transactions
19.31 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,516 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,470 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,515 (57 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,458 867,458 00000000000000000001a405f683e30dc509baf5b675a4d9fbfd60ab22d42cde 1.71 MB 3,916 9
867,457 867,457 00000000000000000000d4d4914dd09f6f1760100771619ab5397be46856fc6f 1.86 MB 3,322 5
867,456 867,456 00000000000000000002633ff67ea9bfd7f44404eea3c3f1a9d25aa83ec63e00 1.57 MB 3,709 10
867,455 867,455 000000000000000000005b0850dc781dccd6bd389a96a8a8f76525c9c6017fb6 1.71 MB 3,704 3
867,454 867,454 0000000000000000000177c7c08e3517dcdc7c3d6b36f94d06b2bf8264b03590 1.48 MB 3,247 8
867,453 867,453 0000000000000000000167a57b682a0f7ac24f7b42a8eaebc519742eec415e6f 1.49 MB 3,474 9
867,452 867,452 00000000000000000001ad5fd8e42977dd684a28d7626feb58e5e3b9e0a82fba 1.60 MB 3,937 17
867,451 867,451 00000000000000000002e0a7fb74a7d24b98f741b88f3a64ac91297da30dd20a 1.76 MB 5,203 4
867,450 867,450 00000000000000000000193416c20911cb184892544b29c55eef09dbc002b9c5 2.09 MB 3,917 2
867,449 867,449 000000000000000000018b8184ca637f5d3972d63dd9bb338635b6601465847e 1.63 MB 4,294 7
867,448 867,448 000000000000000000025d082772950daa9ea4a1c7c0b0a69bfdde6bc075abfb 1.52 MB 3,920 13
867,447 867,447 000000000000000000015824df0892661123a2b4ed0f450004dfbcef8a834177 1.71 MB 3,514 10
867,446 867,446 000000000000000000021e52fe7f16cea1687f32d0b62992d9240a98ccf9b77c 3.59 MB 858 3
867,445 867,445 000000000000000000012a6baeafb669aab5d916700f448390c9f071fd4dcfa1 1.87 MB 2,983 9
867,444 867,444 00000000000000000001976923c008b6d66c23a31509e913f8679d4b5b4a6a88 1.61 MB 2,882 5
867,443 867,443 00000000000000000000412cfaefe154af6217183c729e04482ed72c8479dbbb 1.57 MB 4,578 7
867,442 867,442 000000000000000000026155e407cf8eb1c4d72977dde589238c302f6ed61c06 1.57 MB 3,534 18
867,441 867,441 00000000000000000001957ab1c3efc36d1e6e62cef44d9ef1b952b2b112d64f 1.71 MB 4,768 5
867,440 867,440 00000000000000000002a02dda03cd6092bd71b77d8c46322041a7f15a2e4d74 1.58 MB 4,426 7
867,439 867,439 00000000000000000000283b91fa8174d99fe535a823b88d597bfd793ba23c7b 1.77 MB 5,462 5
867,438 867,438 0000000000000000000110084251e84e8ca6ead4116d8d44ed7f2dfebbdfca6a 1.76 MB 5,423 2
Previous 10 blocks ↓
Total Size: 694.59 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,920.50 GB sent, 176.78 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.