Memory Pool Memory Pool Refreshing

5,158 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (878,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,192 30,192 000000008f8821b757aaf6323b366b2fbf7648aafb1f7ddc3e7b0d9b2d440b8a 0.00 MB 1 0
30,191 30,191 00000000ed982134cb5d656f01a417f650fb9fbe79e3cb2bb7978cc00aaaef2f 0.00 MB 1 0
30,190 30,190 00000000f4e65465d807e7143e33f1c4ec2571aa40ef5c011677040f04cd5276 0.00 MB 1 0
30,189 30,189 00000000a9ad13605b407cc0ebd9bc877066d47b8f716e41abbe60957d389542 0.00 MB 1 0
30,188 30,188 0000000007868b79b4d226876f92b6a1d368ee2e30b81a1616bb72bef54f6e19 0.00 MB 1 0
30,187 30,187 00000000ef84fb533c6cc96f49121e1e8eeaa0cb2500d1f62ed6b89f162441d4 0.00 MB 1 0
30,186 30,186 000000000b19758feca88590d41ed219e8bd7838f65c3849511f6416b95c5e76 0.00 MB 1 0
30,185 30,185 000000005fdd9df516b651ad8db692b18cf3abfe9a343de683bb818b65c850f9 0.00 MB 1 0
30,184 30,184 0000000098a03752de0bb2d05abe2c86b1afd6ab6395b47c651ed88b5803d199 0.00 MB 1 0
30,183 30,183 000000005b54fc5ad2436a0d087d24f33bf58fdb41906ab028ef2b80ceab95f1 0.00 MB 1 0
30,182 30,182 000000004e1d3589ff17693c37e078dbd8296bb415dbb9adf35df8d16c1e576d 0.00 MB 1 0
30,181 30,181 000000005c2ac3455b5d23d167f0d8d4dbac19095c152daef15460990cb60744 0.00 MB 1 0
30,180 30,180 00000000dc85910599ce16816f96f0d786d66fcc56d58abaa4c2b127c499cd55 0.00 MB 1 0
30,179 30,179 0000000051a65eff37f91ab37654bf4492bbfe9c4266bad4cea5983b2e0c110b 0.00 MB 1 0
30,178 30,178 000000003f1db4c71690a8ab22aa5e529070ba0126dcb2738d60b7c572ec2f1c 0.00 MB 1 0
30,177 30,177 00000000af089b7f74d6e2cc07dca0c27e254868be1a8e2ec2c2d0efa4322e5f 0.00 MB 1 0
30,176 30,176 0000000051447aa9100589cd1eed9dd108f4c2c03f1c2b2f9d02f0ff9487c33b 0.00 MB 1 0
30,175 30,175 00000000694561ebf62bd2ba40b4c34d4e866c205e1921284bcbd3bd5ee7b7ad 0.00 MB 1 0
30,174 30,174 0000000049dc397a40063da6ceb651548de16da78fa24a1c6ab5cff13f458296 0.00 MB 1 0
30,173 30,173 00000000e58471c58b1fb0afffcab25acac1ae2af2ff481eb8adfe52004a0aab 0.00 MB 1 0
30,172 30,172 000000003274579f5f3d2cd12ecb76584f5d763049fa6a48eb53af3da7de056d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.64 GB sent, 102.06 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.