Memory Pool Memory Pool Refreshing

2,774 transactions (0.89 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (822,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,817 86,817 0000000000007a2f7870f4acbf1ff11540fcb72eeae4f3561b4ba7390e1327f3 0.00 MB 1 0
86,816 86,816 0000000000156ef28877caa56828911e7041d9b3af1065099b963db3274f5075 0.00 MB 1 0
86,815 86,815 000000000006a3b4c0412ba28c2c62ae08341021ac4578f21c0384dbc3420bbb 0.00 MB 1 0
86,814 86,814 00000000001a32f344e99c83b12fd3897499accc77ccd5a2e5e351fbdc5ec8bc 0.00 MB 4 0
86,813 86,813 00000000001330cfceaa06b082df540142f1891fd64a69d2c7e1ae78e70cb253 0.00 MB 1 0
86,812 86,812 000000000016d7ebf3fc9884732598556cdf5b7733d88788c22b57254ffe83a4 0.00 MB 1 0
86,811 86,811 00000000000c90f729a87ace0ea4c94a5b16da8b84dec8e99d1c97299d5f8fd2 0.00 MB 8 0
86,810 86,810 00000000000fbed0864a4815602bb6d1f6b53ab5b65edfb02c045ae5d57f6e8f 0.00 MB 1 0
86,809 86,809 0000000000156c851762a6f3c5cf7496685df6917a378eaaa1d3ca35940355c9 0.00 MB 3 0
86,808 86,808 00000000001b7c6a93e6114c713fbcd843ea10b4bea7359df79d32708a4d08fa 0.00 MB 3 0
86,807 86,807 0000000000085a19822311bb8aec9715a897f42b6996b18c9dd514ed8f9b9720 0.00 MB 2 0
86,806 86,806 000000000003cb677486b1bc2d7e11ffab65e6fcd62da25fee289efa5e40d323 0.00 MB 1 0
86,805 86,805 00000000001dfb8cd4c96d2460330630d7affba9fd880ea0126d07ec4081ef91 0.00 MB 3 0
86,804 86,804 000000000002a7c8c3d24d905f98d3b9535751c277d7f6e0480c5683f175c1ae 0.00 MB 3 0
86,803 86,803 0000000000153944b10a8c397d5509e1c4b789d31925aabb135de4b6f2846658 0.00 MB 3 0
86,802 86,802 00000000000146384bc1f4729c01c22ece0117b270aed132a1ee662de5478b6d 0.00 MB 2 0
86,801 86,801 00000000001664fe659dd80b40d2a45b78f2a13ed80e9040358bacf03bc75b0e 0.00 MB 2 0
86,800 86,800 0000000000054958b1e11df90134fbfe4ace88ac5aa7be019097c9634844a235 0.00 MB 2 0
86,799 86,799 00000000000fcc7d260af28b7b543eb39947783f1729a4128c7e1354d1dfead7 0.00 MB 3 0
86,798 86,798 00000000001217cea3b02001243b5ec17711a88fdba6efcfa304321bb691fa10 0.00 MB 1 0
86,797 86,797 00000000000f86e51c61173774efe98e3719ad32475708b9c69dc05bca584cbd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,915.34 GB sent, 106.18 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.