Memory Pool Memory Pool Refreshing

2,716 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,098 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (775,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,711 132,711 0000000000000599da7842ef60c5486a79f16e3ed6b8a13577fb258f67da1510 0.03 MB 50 323
132,710 132,710 00000000000006738077df441a82c5018e8597f6b46ad44250381eab75d52b0f 0.04 MB 102 204
132,709 132,709 00000000000005b05ec1dd48983f380410c61e762e2567117cab7c65827f45a7 0.00 MB 13 326
132,708 132,708 000000000000084b798cd8d937da6e67f151e9fc0665e8a992a9fd45ed0b73ac 0.02 MB 18 152
132,707 132,707 0000000000000bffa09bf7d4a594811d3ea9ba10c2214bdaae4515f35404e638 0.01 MB 9 796
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.