Memory Pool Memory Pool Refreshing

2,997 transactions (1.15 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,796 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,795 (864,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,546 44,546 00000000101d87e9d1d0e75f9891f450c6798513ea92ea0944f89bc81a6673bf 0.00 MB 1 0
44,545 44,545 0000000034cd4324e787099b07f70cdef4a7c841b16edf9c12378826e5a8b623 0.00 MB 1 0
44,544 44,544 000000001484731d7b54e19dff51f1fbabebcdcc250a65102e01e4613dd6e0ba 0.00 MB 1 0
44,543 44,543 000000000ddd3e5f05f2393dd2fea08ea84f44f1e4e52e9894b61f8c12ae660b 0.00 MB 1 0
44,542 44,542 000000002c9b336ba16598dea48507b68428a8eb2a29d3b0d240f9d50dfdc290 0.00 MB 1 0
44,541 44,541 0000000029f17c828c1fecd31fd34a1a538c00fea437060befe7d46a26af0c6b 0.00 MB 1 0
44,540 44,540 0000000026101d77b53abb3b02f8da07a2a6a2c54aac2c501c6a35dd9321bc2b 0.00 MB 1 0
44,539 44,539 000000000b5d64daa6f70eba2627275c7d8bc5732b0034f8c08c38c9443bdbc1 0.00 MB 1 0
44,538 44,538 00000000000ed1f387c9095dee096c7529d3f05082421f2eb1e68263c10e1b8a 0.00 MB 1 0
44,537 44,537 00000000134a42828e96ede15cb1f210a0cc691d4f42528196757193767a4049 0.00 MB 1 0
44,536 44,536 000000000438e473ade861e6ec40a8296a752f286a170eab32558742c6c7a376 0.00 MB 1 0
44,535 44,535 000000002093628575c024a48e8420421c8d3fc484cb3dd5f53f9c7a94be670c 0.00 MB 1 0
44,534 44,534 000000002752463118ed00a5c15c9366c4ade2103aa3c344674771e331c8d67b 0.00 MB 1 0
44,533 44,533 000000000ae81b1dcfc44411ce95fb6d53170799a031af1e0c1fdbb2f078239c 0.00 MB 1 0
44,532 44,532 000000000b9b328e52e844a161418affc956a51b7a92f8cf78e093dcb41831c7 0.00 MB 1 0
44,531 44,531 0000000007e570c0aac1d231b3f55fe71687d13eadb4e75162926b4fc5339852 0.00 MB 1 0
44,530 44,530 0000000000e52eee310e44d0d35748cd162106f3e6691e057215d3419e5fae57 0.00 MB 1 0
44,529 44,529 000000002fd6d01dc1f8e69b287d257ec28169f3f888c061a7ff17f74e862391 0.00 MB 1 0
44,528 44,528 000000002377c8fb71c39571c4637a18650938fc7b304b3e642d23047d2ff6d7 0.00 MB 1 0
44,527 44,527 00000000235188d72530c3ad5a2b786c12b832743ed88339aabd1b61b340038e 0.00 MB 1 0
44,526 44,526 0000000037fef6e5a49edabcd803f9fb1611ef46055db16f8236865507e35103 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.23 GB sent, 102.96 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.