Memory Pool Memory Pool Refreshing

41,568 transactions
32.41 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
862,423 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,191 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (332,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,110 530,110 00000000000000000012835fcd09c8a468c4a31735d30a4b9732466df4ed2cae 0.30 MB 476 18
530,109 530,109 0000000000000000001b314f2cf062cfc30e679d2b110ff1ea02af9c088df857 0.10 MB 99 11
530,108 530,108 00000000000000000034210de81651f743ea57b7534f76a304eebc7f795a9d7e 0.19 MB 314 10
530,107 530,107 00000000000000000034cdfcb66ed389bafb4a650f0de4bd48d0db7844e32a90 0.70 MB 949 14
530,106 530,106 00000000000000000002d913dd77dd367be340c94bd262a345a765bd77f0512f 0.32 MB 457 13
530,105 530,105 0000000000000000001d94ec3c7404ef998caee9ab906f51c793a4036dd0f758 0.31 MB 117 2
530,104 530,104 0000000000000000002d72992685e133b1688cf580d5aef082b1679ae7e75df6 1.14 MB 2,003 15
530,103 530,103 00000000000000000011820a46aa20ad06bbd2ba7c3b5f281952288f003e19d0 0.53 MB 655 22
530,102 530,102 000000000000000000180dfe0c788d7e43fd776aef58ae795dfdc1316fdbac0e 0.04 MB 54 13
530,101 530,101 000000000000000000305745f9bf19c4bbbe44bb1faf82cd09b249c5937f7e98 0.37 MB 586 13
530,100 530,100 00000000000000000023ae2738b68d712f9a1e4f52ed59ebab356a42f0c3b9a1 0.83 MB 525 5
530,099 530,099 00000000000000000029b9515bc7f98d80c3b5e0a35aea2c328c3f8e9ce2355a 1.22 MB 2,599 19
530,098 530,098 000000000000000000363eee1cf5fc029371af3315c4d0cb610e524c2f0a7ca3 0.66 MB 694 20
530,097 530,097 00000000000000000010588b914b5df97af5befe0b330b20d09837c3498627f6 0.38 MB 600 12
530,096 530,096 00000000000000000008efe7e190d28ae83b8f7f6fffbdac117861f70c0f139c 0.18 MB 314 16
530,095 530,095 00000000000000000019273c28b8f1f6735a5b523467c8372f8d23ea870c1feb 0.81 MB 1,232 14
530,094 530,094 0000000000000000000e1b304d805ef9928a7c7b7d543abd56b36cf217c21d6e 0.73 MB 936 12
530,093 530,093 0000000000000000001f952d554f746ef2eee9d4cedd99742d30b6ee2c5f380a 0.26 MB 374 28
530,092 530,092 00000000000000000009795c8e76bf00940162114f1f285c3c03e9510010fa44 0.58 MB 788 12
530,091 530,091 0000000000000000000ab0604a9f6ca9a085ce0cacd0cb524890f3746521c5d1 0.20 MB 369 15
530,090 530,090 000000000000000000086bcefffd0256c87ff47798a8f087f8b1f818f7e3e3f5 0.89 MB 308 1
Previous 10 blocks ↓
Total Size: 684.97 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,368.51 GB sent, 104.80 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.