Memory Pool Memory Pool Refreshing

4,774 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (166,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,820 741,820 000000000000000000021d4dce912d2521735dbad61a6ec4baa4a44c15f097df 0.55 MB 946 14
741,819 741,819 000000000000000000043155ce79167e7bc0f7d721134752725fdf8f168b6875 0.37 MB 538 13
741,818 741,818 00000000000000000006e36886d7fa4a5cf2fd1e40b2494f6d11e4e0249695d8 0.21 MB 410 14
741,817 741,817 00000000000000000003c49971097c09c1c3889c103e8986c4f3721f626a698a 1.53 MB 1,443 5
741,816 741,816 000000000000000000059510d060023868f4607f4ff8edef61be05d69acc2a7d 1.24 MB 1,696 18
741,815 741,815 0000000000000000000784d15bc062d8cb0dbb308da8ca38052e9cd3cc5ec79a 0.09 MB 245 15
741,814 741,814 00000000000000000006b07d60d6415168dca0de50e43e11935d4aca479450f9 1.10 MB 1,459 12
741,813 741,813 00000000000000000001331c08de74847cced8a221955a4516564814b291d89b 1.27 MB 1,611 6
741,812 741,812 000000000000000000068cc73c8388c7b43a2d28dbef5257212903e331b4be9e 1.41 MB 3,033 25
741,811 741,811 0000000000000000000384f0b537fa5e4fc1235fe7350fcb255dd60bf656aa4a 1.29 MB 1,299 7
741,810 741,810 00000000000000000006e24fc8a836b2340cf5dce440fddaf5ea90d68ef24ef5 1.40 MB 2,379 15
741,809 741,809 00000000000000000004a7130a00724d718273e59aac48606ccc9ab1d49861cd 1.77 MB 1,028 11
741,808 741,808 000000000000000000057637e0e63dd1f9bc973167279a15fee62ccb5b166117 0.56 MB 694 12
741,807 741,807 00000000000000000008841027c5860914d06da62590c7f115b9b041d9fc635d 0.47 MB 372 14
741,806 741,806 0000000000000000000680af0e67472313c2cf67a1ef8fbf894d8a6de5b88489 1.24 MB 1,232 12
741,805 741,805 00000000000000000002feb1061e8355608a38379295619c58b90448b797ebb4 1.14 MB 1,524 12
741,804 741,804 000000000000000000000fe1efb4965135bb295f2afb2bdb4bffbc95a90efbea 0.35 MB 472 13
741,803 741,803 00000000000000000000ab0fbfc0abfb418d20448a44f8f21bca83b32394b44a 0.72 MB 732 5
741,802 741,802 000000000000000000059696a288017c9b13e767a1acd5957bf6797eae50233d 1.69 MB 1,476 7
741,801 741,801 00000000000000000004a94bb3bb43317ff3f148709c19342b9f44c469b33be2 1.44 MB 2,641 22
741,800 741,800 00000000000000000008795c9a824bff5c7b415cc5be8a7c613faa1c06b9e659 0.20 MB 203 11
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.