Memory Pool Memory Pool Refreshing

15,770 transactions (6.77 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,923 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,378 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,922 (827,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,787 81,787 00000000000065ef916bd5ca9625871b2bf98967bd950125139730cf2f77ad29 0.00 MB 2 0
81,786 81,786 00000000004318afad87b75d3c3d30c25262d153729cf1df80482ceaee237ec8 0.00 MB 1 0
81,785 81,785 00000000000152cae764175858d24f249593eaefa21e17721a16474a1c408f61 0.00 MB 2 0
81,784 81,784 000000000000f558256c572a6af426e7e93f5fbbd000d4efea3abffa1fea1521 0.00 MB 3 0
81,783 81,783 0000000000302c7e15ab00184f1515fa98d59c7c8052bd3fcb2e7b75756619b3 0.00 MB 5 0
81,782 81,782 00000000002f28af7c4f9ac886a9eaf80be49882622a46630c37ae22fd15cad7 0.00 MB 3 0
81,781 81,781 000000000019cf201b3105ffc8b88a0015c75a9239e9fd1bf7a2046e38066b04 0.00 MB 1 0
81,780 81,780 0000000000381eaa445309b32f4cd930a4fd30d72eb46dd7dd74fbe039029541 0.00 MB 2 0
81,779 81,779 00000000003ba48f3bbedb4720dc87e84143b51aa2434660b47432f9c301645e 0.00 MB 7 0
81,778 81,778 00000000002c0cbf61064da18424a6a0fea0c919ce0fbf540dd4a73423ef2aea 0.00 MB 3 0
81,777 81,777 00000000003a610cb5edabe698861e6fd9a4b13ee68b75b73c720a5102b77d9c 0.00 MB 1 0
81,776 81,776 00000000001db5f87ee2f3cc333878caa06d7d6307292b001251a4175e98e9ea 0.00 MB 4 0
81,775 81,775 0000000000087edb659f1743008b3ce28bd995466f02c77e166a3095fe5369d3 0.00 MB 3 0
81,774 81,774 00000000001d92117de316497420b8532f7c1d6ac31e991f6cdd70db904c0746 0.00 MB 1 0
81,773 81,773 00000000002b203c771567633d239f775f85d1032a184d546632862a5fa52e67 0.00 MB 3 0
81,772 81,772 000000000005500a1885490b5648c29572291baaab5ed975fccbf49402d5ee7e 0.00 MB 3 0
81,771 81,771 00000000002cdbda7ce5f38994bd040cb9307ce3af0e723ec0fb51bcfc9c09fe 0.00 MB 4 0
81,770 81,770 00000000003b9c7e3db90a77138bae8176028613ea449267c7ec7b879247a979 0.00 MB 3 0
81,769 81,769 00000000002b03bfd595853552004f6f5b9a442118ec5640576404fb1c2f5b44 0.00 MB 1 0
81,768 81,768 00000000000d28c5fc226d3e5867086565b3da1ef77c6e6cda68f5746b278073 0.00 MB 3 0
81,767 81,767 00000000001b9be726283e04da541d5fbbf93130bb07edaf71a639603cf42ea6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.40 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,864.11 GB sent, 104.44 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.