Memory Pool Memory Pool Refreshing

5,099 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (857,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,303 50,303 000000000fec986d18f8fa5533212bdc59df0e105965d7b9628eff62cff74cbb 0.00 MB 1 0
50,302 50,302 0000000016e4395a3506a4b3d72cbeff20c019ff286e50481c6ce1645e8ce0c6 0.00 MB 1 0
50,301 50,301 00000000180d929d70d6b5e810e57a89f5ba1eae4d2e1fbe927c315fa79f7c59 0.00 MB 4 0
50,300 50,300 00000000162c3bc9dc9c0c49ec7485229a6089bbfaaea06b3d457b1b2a1c8b12 0.00 MB 1 0
50,299 50,299 00000000086b861fd9223edc2396093af46d7d81f552da5d4ee55e58aeed05d6 0.00 MB 2 0
50,298 50,298 00000000220949804cad43cafd29b5543cce9b070d620dd4fc8000df3599c1bd 0.00 MB 1 0
50,297 50,297 00000000269f39d1747419127fd6fc2618adc24ab4e29cef149c400b8e10c074 0.00 MB 1 0
50,296 50,296 00000000111832037c9387afac81ef9b064b53bbbbcabb432c127939654afef0 0.00 MB 3 0
50,295 50,295 000000001f9493fd0e6696350fe4b6b4bcc719057c1bf4b18f677ea639d70691 0.00 MB 1 0
50,294 50,294 0000000022304deddd8e1b3176f7615488aec916f6b403bd27bfda84f6dfed2a 0.00 MB 2 0
50,293 50,293 00000000131c1be14eda05cf012762b30e6835ef8bddae3798764fec7627dea0 0.00 MB 1 0
50,292 50,292 0000000012d66eda78e1876be2092fb74d09cb2ebc76db8cf85e0d164e545d30 0.00 MB 1 0
50,291 50,291 00000000164655f7b3c9a62ff6da0752dd52eb8ddf7b78228f777a651cdc2cd2 0.00 MB 1 0
50,290 50,290 0000000013b4fd1f4e35c7d33c39d08eaf339bea94349226e9af4ca2aa91e7d5 0.00 MB 1 0
50,289 50,289 000000000fe38b6b569bc583871bcc0cb76479b578ac7268e5eae4d0ee65a756 0.00 MB 1 0
50,288 50,288 00000000043f5c01a2855707f20f5f3b3f94e399af4f17f9fca7ec39272864ca 0.00 MB 1 0
50,287 50,287 000000000d2d16def8f8d371769de403e0a445377cf90c9d4bf2cabcbf5b84e3 0.00 MB 2 0
50,286 50,286 0000000020cfa1f971589c79c4a2d17fb905c00eda6b7b65a66040ad0722791f 0.00 MB 1 0
50,285 50,285 000000001ef00f8df251537421ec42f4fe8537ae1b91c1b6ed28f8d79f64c563 0.00 MB 1 0
50,284 50,284 00000000176f1ed37d90b0e204948b0509f621d7b225f3526f41d5192dbda3fb 0.00 MB 1 0
50,283 50,283 00000000213e9bf1add3addc5ac64a839cbf7229249ff348348876b8f07c86ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.