Memory Pool Memory Pool Refreshing

4,144 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (777,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,891 129,891 0000000000001a4e398dbf2cf87a5e862154d8a1d596ec143a1e0edc233a6b37 0.01 MB 17 580
129,890 129,890 000000000000087c9d8a86f81ce1dcb5c4ceae2d5d0fbfb177dbcf2a50bb1e1a 0.03 MB 71 1,238
129,889 129,889 000000000000146039edc81a73e5376d262b46c5ee098322e40ec087181d45d5 0.00 MB 1 0
129,888 129,888 0000000000000799eeea4c0400caac414ee33746ca85d4aca0c666a3fb2cbd2c 0.02 MB 41 1,026
129,887 129,887 0000000000000eda6b301998f862cf4c7ce11399dc39f0254416d888c8a487cb 0.01 MB 36 457
129,886 129,886 0000000000001a2ad05aa215b9114ec35415220e863cc3e32d465b4b55a27a5a 0.01 MB 18 1,285
129,885 129,885 0000000000000677c59051590b128194b8956f87b4fadaaebd05811d8d9a8a53 0.02 MB 26 0
129,884 129,884 00000000000017b3bfb711dd5ea61d9c98a87f5347a76c3eb9b0ba30f147e49e 0.05 MB 89 1,274
129,883 129,883 0000000000000020eaeb3f107f533afa1828922d260abfb5609eff868ca1ea1d 0.03 MB 59 951
129,882 129,882 000000000000153c28547c3ce17a686af7f0e1850f19d4ca639a0f29ed383035 0.05 MB 165 21
129,881 129,881 0000000000001072b8ae7f83054d2c281d525c29dc23fefe8c06a83c59f05272 0.01 MB 6 1,113
129,880 129,880 00000000000002de59163eae530827d6a72a7f326f9e3872043f94c6c8e1d38e 0.00 MB 12 687
129,879 129,879 0000000000000040b9bd2f88345041c232965f1d3b59d6054a288b4ac677dcb6 0.00 MB 10 0
129,878 129,878 00000000000005f1eb5bb5f6b50e6a9f47182335aa0c749b0e8a43b53daad5c4 0.03 MB 41 546
129,877 129,877 00000000000010a9c79f9a3ab16a037eab8403d526f52e33b3ba735b7b620279 0.00 MB 5 2,541
129,876 129,876 00000000000007d4e72e7c7da6b92ca79ed73ecdb61e6c7162d2cbb957507ea5 0.05 MB 158 82
129,875 129,875 00000000000010b64cf84d3af63e4309ea57ccf02afdde4f391dec9bc6630940 0.07 MB 125 986
129,874 129,874 0000000000000d5d50045d8e321b7d97f988f497b80fb1fa4ca98e9725bcdab3 0.01 MB 16 1,705
129,873 129,873 00000000000019b2f11bdb8939216343e66b823fc4929024a040b041c2722344 0.01 MB 14 1,021
129,872 129,872 00000000000003322914817b73565d7b64c5ca7fd28eb97b0257d751acc9fd30 0.02 MB 37 1,122
129,871 129,871 0000000000000831e10cceb6313e5f0840fa127d3ac38f8dd1b373c7aed7cd2b 0.06 MB 115 919
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.60 GB sent, 94.42 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.