Memory Pool Memory Pool Refreshing

976 transactions
18.68 vMB
Show Random Selection Loading Transactions
Max Size: 75/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (829,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,773 78,773 00000000003e088cad80d35b7763545ed954bded51276fa91ae265fefccf4ce3 0.01 MB 20 1,135
78,772 78,772 00000000001670d902cffca224263a2efbaf67e036140801291a34a2503298f0 0.00 MB 1 0
78,771 78,771 0000000000344ce7b827a5da8502e3dd4cff0b77681aaaeff82a82dd15fb14fa 0.00 MB 3 481
78,770 78,770 00000000002a7559b84f901cfcd8edc99f7700b2e9c495d580823d1bc96fd678 0.00 MB 7 0
78,769 78,769 0000000000325c24cefa817627be659bbfa43cf6a7dfcb80fe960a86855f10c1 0.00 MB 1 0
78,768 78,768 00000000001f8b658eae1053e32b36234ed9ddac99fdf4f2dcdc43f0ad286082 0.00 MB 1 0
78,767 78,767 0000000000401b296bb25c74359c6ee1793cc8f09abdb2999da83a3b34fa8976 0.00 MB 1 0
78,766 78,766 000000000015c4e133efa14fdec0c04ea2726a8a6068ceb50bc0d763c8b34c59 0.00 MB 1 0
78,765 78,765 00000000001daecc557bedd4b880e5298bb0a4e02968d641f42755decfb8214f 0.00 MB 3 0
78,764 78,764 00000000003c232ff7b9b4de5067f4023a8b74405fadef3da4c07516cd24e7b9 0.00 MB 1 0
78,763 78,763 000000000031c522c34af3c1c077636e7458a08b6bfbfd748719a099997e0598 0.00 MB 2 0
78,762 78,762 00000000000840c0d34e6696cde868c5ad28c883c32cba57bc050853a3368b10 0.00 MB 1 0
78,761 78,761 00000000001c7b48290fb88f08bf3bba043a281dfcb819761171db03af2089f6 0.00 MB 3 0
78,760 78,760 00000000001144721291e849930471cfba5bd069dc35a5e874e46968105e52c6 0.00 MB 2 0
78,759 78,759 000000000024d3c5f37cd6ad1a995eb8408cb37c2816c43479b93c6c7a51098c 0.00 MB 1 0
78,758 78,758 0000000000496a2abc14d4b9403dc172a540053a8502dc6695aa829437788d59 0.00 MB 1 0
78,757 78,757 0000000000157decdc4a0fd3b003e8dcab228cc4d54b5427345cd6f79f24c5fe 0.00 MB 1 0
78,756 78,756 00000000003128579078d154c985f8f12c848c93e8651660bcb8b2fac6c30797 0.00 MB 2 0
78,755 78,755 00000000003e3313e0f5104160d698b78ea0578e3768c8478ee5e2c56df98d08 0.00 MB 1 0
78,754 78,754 00000000000f37a1263863a318fa099def40e75df3cabc43baf974166c6c18f3 0.00 MB 1 0
78,753 78,753 000000000047aa99cffacec865f1f8e1c325d04629fa9d790294ff1a3637e368 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.20 GB sent, 98.65 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.