Memory Pool Memory Pool Refreshing

8,087 transactions (2.55 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,131 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,008 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,130 (822,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,821 86,821 000000000018f9edf0094d739d1243a5b43eb5c37c3a7e5b73a13e975a552bf9 0.00 MB 1 0
86,820 86,820 00000000000efa3093bd15b310fd709d16e8cd64f0f03ec5a86db972cc453ceb 0.00 MB 3 0
86,819 86,819 0000000000103644ab26707ed7797dc1eb97055e0930dced61c38e40f9c1398e 0.00 MB 2 0
86,818 86,818 00000000000b0cec69ca9ee5241c40eff4c15c881d56f5ce5cf270a59272ac5a 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.79 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,949.56 GB sent, 106.54 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.