Memory Pool Memory Pool Refreshing

17,869 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,523 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (778,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,788 128,788 000000000000042609f3e3019c323add9bdda322c82bb2215e8bfad3a4849841 0.01 MB 30 181
128,787 128,787 000000000000041f5f53df1e5d89f569beec471013ce2b49f4d1a9441c94a8b7 0.00 MB 8 2,131
128,786 128,786 00000000000019f40f3988872e82fe9a4e27eb89a71297756fc754182aa622fb 0.02 MB 45 488
128,785 128,785 000000000000207f94b3a9759a6dfb1e549bf771acb3d6838004e917cc3f87e1 0.01 MB 39 551
128,784 128,784 0000000000000457bddbcca498450c9ba36fc615352841218687f81f9819664d 0.05 MB 139 566
128,783 128,783 0000000000000f4b0aa11442a0970d3ca4b92acdaa06cb4fded59d8df301fd6c 0.02 MB 43 976
128,782 128,782 00000000000025b3146203fa94a6c79311f2de999bb080fa90b43146db15cfc3 0.01 MB 18 1,112
128,781 128,781 0000000000002299e9480b9bf9746703126e4f97138aa2f4f0d6e5a5d4ecf221 0.04 MB 138 8
128,780 128,780 0000000000000be9952db54619e20400e5c1a8c8520d79ac3824f2d53dfc1ebc 0.02 MB 26 1,679
128,779 128,779 0000000000000f86d1e2502c5b25db61b49d6990f879fd171555b15b234847e7 0.01 MB 38 88
128,778 128,778 0000000000000ed97e0df8e1d7256597919c39f4763a3b5a3277ca792305aec5 0.02 MB 41 1,083
128,777 128,777 000000000000225a673070f6b5668efbe567e09a2e2edfedf221fcf27817d2aa 0.00 MB 1 0
128,776 128,776 0000000000000830700aa7d73a8b42fd11150e2c0f78bd46eb5cf120dd6f9bfa 0.05 MB 104 74
128,775 128,775 000000000000077808d8e23b8a3fa16b953497bd3a053e2f10723e56c8b56fe4 0.03 MB 58 509
128,774 128,774 00000000000008acba3a12d0f57fd1c17931a3818a397b164932afb86a6fbbf1 0.02 MB 56 734
128,773 128,773 000000000000218192623553e8b4470d42f4c454b09197807a04c8bd919caedc 0.01 MB 19 655
128,772 128,772 000000000000120a79b6ba8c8403cbd0a7d87b9a289a2a3dabea5a84ea2c9ac8 0.04 MB 117 2,016
128,771 128,771 00000000000017720245663bbcc7246a39da53556f44e6a9a4611a739bfb6f15 0.01 MB 39 772
128,770 128,770 0000000000001ef66bb53c22ea2ca68ff58f27f67fe057152cc08e642fdb9f06 0.01 MB 19 434
128,769 128,769 000000000000175e58e19a2f21ba5af1162d3716a7f6a31a138707e886bbb2ba 0.02 MB 40 762
128,768 128,768 00000000000024bbfea2314c11824a486843f2d89685028aa6c629c90c99e35f 0.00 MB 6 496
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.