Memory Pool Memory Pool Refreshing

980 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 76/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,325 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 753 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,324 (795,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,654 112,654 00000000000032e53537ee98f5e05c81276188fbf70e2b5560c519ec741e9f31 0.00 MB 11 800
112,653 112,653 0000000000006de2349ad58a55c4c5f6cfa079b63db3a46222ae0860c812b738 0.00 MB 15 799
112,652 112,652 000000000000ba71e928d1e2af4c78674db6914550d3235e16d92557696b933a 0.00 MB 2 3,861
112,651 112,651 0000000000007fb49b16c9ab9f77592d99a14c8a3fc107d3b2b1eaad3500b92e 0.00 MB 16 1,013
112,650 112,650 000000000000bcd8cb7af3b0d0baec00513176da360f7e29dd2bf4d652667d57 0.00 MB 12 0
112,649 112,649 000000000000635478752e9c3a9c16c9f2e1c018e22515208ed3aa3331201266 0.00 MB 11 0
112,648 112,648 000000000000c450d24b9e8e54de396e64cc28765f4103bccd937e26c689279d 0.00 MB 14 582
112,647 112,647 000000000000d69efdf01ab913e565ec5942035146578a2a7d22272c8ca06506 0.00 MB 12 0
112,646 112,646 000000000000c1fbdd14d0f788e3660200dc4639a026b49718f274d91a09e335 0.00 MB 17 1,560
112,645 112,645 000000000000a6c16c510eff46bc0ce62ad5897abf0f9190a0fefb29325ad88e 0.00 MB 14 838
112,644 112,644 00000000000082f833ddede4f21fa1324289e97d05f5566b7a4f5434f20aacdc 0.00 MB 13 308
112,643 112,643 00000000000048f6927c718658256fe5775a56ff9073afd80de0ddb5f7efc99a 0.01 MB 19 924
112,642 112,642 000000000000a1b4692fc55fb2292a656cbde41b6b4fb00f16d43eb51127980d 0.00 MB 3 3,868
112,641 112,641 000000000000b688c6645213548c9096b94c6ab1c2b75ae58053c633dab72f97 0.00 MB 13 322
112,640 112,640 000000000000824cf15c9241d327a9415ed805dbef895865c11317ae0e21d4b3 0.00 MB 14 601
112,639 112,639 000000000000dd6ab16f3377c09545370af18f4dd73219ed44097ab4b5e87100 0.01 MB 24 1,613
112,638 112,638 000000000000f7c6ad2720fe0d8a49671f371fb9c7b6c463a2753af618525d7d 0.00 MB 19 1,084
112,637 112,637 0000000000007145b23943ddd45193634450709370c0fd7ac9bea626af5b0ffd 0.00 MB 10 320
112,636 112,636 00000000000046a7241c7e6df6f0f4b1e62b3cc8bf88af049631d3ea16d87da8 0.00 MB 11 604
112,635 112,635 000000000000abc7392ea6b0db42da871b69eecfb378e4452b59c918f98c145a 0.00 MB 14 1,026
112,634 112,634 00000000000062c344527cf060da0902e486342ae91cb6dd6963a8cbf26ec927 0.00 MB 14 571
Previous 10 blocks ↓
Total Size: 770.25 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,701.27 GB sent, 98.67 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.