Memory Pool Memory Pool Refreshing

1,686 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.48 vMB 1,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (895,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,710 12,710 00000000410c42b232dca504fde64cbe44b04eeeaf936046f9459db83c8f5084 0.00 MB 1 0
12,709 12,709 0000000052e45e37128de4f5c77cd8f1905461c9b61c606760f59fedfd1cce16 0.00 MB 1 0
12,708 12,708 00000000861d4c75bb4eda21db8251d4b3a47101898469fe487a34c30d39770d 0.00 MB 1 0
12,707 12,707 00000000efb3e2a83990ff281b8a1c3a4e0187bde5349bafc9aa3891de6a4fcd 0.00 MB 1 0
12,706 12,706 0000000002902c47c312a1a2700d74bf7f66e4ae2d4440a2fc0819d789ec5681 0.00 MB 1 0
12,705 12,705 000000009827f8daa999d9d5172172b6cf67bfd3f80b264b4c473b501a83acd7 0.00 MB 1 0
12,704 12,704 00000000bdbcbbc27a5603398961a007920714544718de806e15a34c23a7c3d5 0.00 MB 1 0
12,703 12,703 00000000f905bc5429744d14cfd8f7dfaea1d05b23002cc11d127b8f35ed7586 0.00 MB 1 0
12,702 12,702 00000000300967db7846c2796b4e096424133f91d3becf9fcaedc568a4a67a00 0.00 MB 1 0
12,701 12,701 000000001944ff5d790a51865409cce44fba8c95e814999b37f28e6d1734da72 0.00 MB 1 0
12,700 12,700 000000000ee7b6b2c13f68ea175b5289d3b9dd265d2743802619af9642743ef2 0.00 MB 1 0
12,699 12,699 000000007b70c5595d37fbb81eef12e5d68b5327a624a457a802a3004e46ec7a 0.00 MB 1 0
12,698 12,698 00000000f727691919d761a25f9e005316310eb567216ccae5d1c0baae581740 0.00 MB 1 0
12,697 12,697 00000000f2e2b924a23d34fba8652d3896e6efdf868adb0476262aff84397fd6 0.00 MB 1 0
12,696 12,696 000000008d00d7938adcb29d13881fe36da0bb8fb61404f93417cd0edef3e297 0.00 MB 1 0
12,695 12,695 00000000b210233d486b80ee9c0f274eb3314834dbd21b5a2bd1ca7dc661d1d9 0.00 MB 1 0
12,694 12,694 00000000b4e33ef2eb1f16dd3279085808c550b775deb3a7c7d18a529ad93b90 0.00 MB 1 0
12,693 12,693 00000000db4920fe8568db700c4d4cb6314edeec4fdada40309d3ad74292afbe 0.00 MB 1 0
12,692 12,692 0000000085dac91f8bdff1fcd65d2294ed5342e1e22c8a30cc6ad5e3cf5bdfa6 0.00 MB 1 0
12,691 12,691 000000005c21007120d4ec4bf4415d32e5b45c121c0c95e1cde4b165712e855e 0.00 MB 1 0
12,690 12,690 000000003450b497131ec5ed2366790e504f0d1a47d9b9fb876139a8ff8ea2cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

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