Memory Pool Memory Pool Refreshing

14,078 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (775,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,706 132,706 00000000000009eb5b88320d66c0db01f655a9abadea94afea6befdb883e6473 0.00 MB 13 0
132,705 132,705 0000000000000310b102ce13c7218a3e4e6e2af0b5d0170a4e748d6c8c3f72eb 0.01 MB 25 155
132,704 132,704 0000000000000de901d8565df4668fda573f8802259ae019422e5c157fb9dd22 0.01 MB 34 532
132,703 132,703 0000000000000d1573d0d2c8af3728caf216cde4893bc6c796f864c49be68b15 0.01 MB 19 600
132,702 132,702 0000000000000ec30df3859af7078ef1d628783a655749fca60f711f6f082152 0.04 MB 139 311
132,701 132,701 000000000000091b392d5057e549c0a1dc216eff768e934629ead2fa73b50d79 0.02 MB 6 121
132,700 132,700 000000000000072b730f1ca0681a3279a3c1c32a488bf146b005c4327566c0b9 0.05 MB 26 96
132,699 132,699 000000000000080a705135017fa2d05a899a5c4b7801ef4c0ced89b19c047e38 0.02 MB 47 497
132,698 132,698 0000000000000b2958d031167144ed91871d93a8b6ecbcdddcb8181f6b1e5baa 0.00 MB 11 1,553
132,697 132,697 0000000000000e112543fc77c93f2dec738c9e1cb0c5e03992f947b913283af8 0.03 MB 87 468
132,696 132,696 0000000000000b2ea27a03418fbfc510ff0585bc2940fd5119d3aacf64b8c3a4 0.01 MB 30 254
132,695 132,695 0000000000000b193719f42e081250c2ec7723867653c090cf4434a746435ac9 0.01 MB 27 655
132,694 132,694 000000000000063593b4a06435a9d4bbbb79891476b6f71a1f1d256df972286b 0.01 MB 29 596
132,693 132,693 00000000000006068885455d737ea66d8f66c7792d6ac846e3248296bb56ee87 0.02 MB 10 188
132,692 132,692 00000000000007c6adfed5b5aa9087d940c363f20d35d0721ca7afbe106f7eb8 0.00 MB 11 17
132,691 132,691 000000000000004b2dad4151ba5bf09774fbf58301daaa5ec8491f5542678e9f 0.00 MB 11 1,127
132,690 132,690 0000000000000388952ab72c3e1fd602346302bcc6283b2af9fa271f1501934a 0.05 MB 160 313
132,689 132,689 00000000000000bb609c3f9ffbdbb64418638d47e7d184c4ebcfeb2e18f467c8 0.02 MB 39 630
132,688 132,688 0000000000000236f852f7ec801aa22fcd9555af6939f7fda4e747b386a7f718 0.01 MB 33 383
132,687 132,687 00000000000005c80c3d5285f714a7a18648779e92619e83d3ab8ce8b1e90e14 0.01 MB 18 1,470
132,686 132,686 00000000000010d1b57d597a46c831dc47ee102bb1f48ed51162c0047cbb62ca 0.04 MB 137 295
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,622.94 GB sent, 92.96 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.