Memory Pool Memory Pool Refreshing

2,703 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,675 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (660,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,083 247,083 000000000000005a5b5d0f80d22a8eef12ce5d8b2cb4a2488323b3d0a25dd86e 0.04 MB 78 175
247,082 247,082 00000000000000910112c163d89194597d66bb53781c6cabd99d933ef3f26136 0.01 MB 18 129
247,081 247,081 00000000000000652a1e3cd880f8d36998aeae91ab0ebe588bb36d9d60cf7271 0.03 MB 79 83
247,080 247,080 000000000000006218ebeb392168ed92987515de339d5e1228a07502a09ab303 0.27 MB 611 129
247,079 247,079 000000000000007e85b39289f0e56c4086ec070aa9cf7f61c68cfcf13d7eeb42 0.00 MB 5 0
247,078 247,078 000000000000004e8391745127c3d4859ba4e81b884023ba2f598112b94b16e6 0.09 MB 178 117
247,077 247,077 0000000000000009a5149ac58c5bb1afc168c4f7d191d109ee7fa1c918af39d0 0.01 MB 25 195
247,076 247,076 000000000000008fa293d5b2d8393a5e385c9050d6a3fc57e08a5346aa6f458f 0.13 MB 214 113
247,075 247,075 0000000000000007a441f352a1aee2a3ed324aeee7857a2359a2788f3e5d7003 0.19 MB 425 184
247,074 247,074 00000000000000200d37f042a639b3d8e2cad18bd0bcc6c6931ce8fe816497ea 0.22 MB 463 172
247,073 247,073 0000000000000047266d10aba1fd0a15b22d3003d347759f274350cc5386f0b4 0.06 MB 106 93
247,072 247,072 000000000000008bd5deacd44b69ba64372dcd307e4e129b2e09f8c57a390656 0.18 MB 399 144
247,071 247,071 0000000000000018a6396b0aa0b41c368724ac530820ad549dd46fe9cc174048 0.03 MB 67 106
247,070 247,070 000000000000006eae64dff27776f255af97a1f1ae786c8a3a3f56da8dfd7e7c 0.20 MB 371 151
247,069 247,069 00000000000000461f3ccfa846fd3ac380a6d97b7d1e111773f2281d712d261b 0.15 MB 309 146
247,068 247,068 000000000000007e730397ea14abf4aed41ca495bea6a6bf2827bd7afa29e6a6 0.13 MB 298 125
247,067 247,067 00000000000000105f173ed515831d783723dcd9bcde0206b473c9d1ed5759fb 0.21 MB 458 112
247,066 247,066 000000000000002830813dcfc21444f0afcd676b04cd0b9c7b7bc4edfd9fdf85 0.25 MB 698 222
247,065 247,065 00000000000000939b0ee15af068e0eb24ee9209225424a2f8958495648a5914 0.23 MB 448 191
247,064 247,064 0000000000000040d4eb40a2979fa0344a7eba2a0b8eae998c74d41a4796aa1c 0.25 MB 512 78
247,063 247,063 00000000000000194265cffb66be654370da1d64aafa96fd05f03fab7a96943d 0.09 MB 177 121
Previous 10 blocks ↓
Total Size: 769.32 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,643.14 GB sent, 94.59 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.