Memory Pool Memory Pool Refreshing

7,028 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (742,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,188 165,188 000000000000039e9feabc759a95687e323919b50f155fe58ffc5b26972d8336 0.01 MB 26 14
165,187 165,187 0000000000000c7ae1655a619b0a4075e8751acb5f60a33d2622686ee21f446d 0.02 MB 36 142
165,186 165,186 0000000000000712fd5d8c9a855ae23492e2003934bdcced3e6626f89b856e1d 0.01 MB 12 38
165,185 165,185 0000000000000500f2a48aff420d17038452f6bca0257c0a0fcfed091121137e 0.00 MB 14 68
165,184 165,184 000000000000075a099dedbdc4516cf28c34c1da61ae750a279c9be104680b1b 0.00 MB 6 417
165,183 165,183 00000000000008281fd1ea3284b444f65552b05e1e7fe749141dc0a98dca9fa9 0.00 MB 6 730
165,182 165,182 0000000000000a186d7bd9885cc6040c01fa9bf5e9cab9e1cd4ceb4cade751a6 0.03 MB 90 26
165,181 165,181 00000000000003ca36a53d35f697799ec400fef22b3743cd719f83cb84fd9217 0.02 MB 31 135
165,180 165,180 0000000000000a29456cd9c0a6537f9f9035c636b0514746ab9207c71b6e1040 0.02 MB 42 43
165,179 165,179 0000000000000ac8f795b836b879f1845cb9fedf7ff7bb2997d814c6abd0f084 0.02 MB 46 135
165,178 165,178 000000000000024038f3f1c4ebfe17b67361563a472123c150532e6ee2b2ac50 0.05 MB 90 87
165,177 165,177 0000000000000c888507bfbdcd15194dce9417f17a27dccabab920218debe6d0 0.03 MB 77 84
165,176 165,176 0000000000000389a6ea8d279d0695850f1134a420f310de0e16cf70e2225696 0.01 MB 13 61
165,175 165,175 0000000000000c2570103476fe30a827cc405923dcc461e8408e80cc3636b94a 0.00 MB 12 51
165,174 165,174 000000000000013e5f355ee51e98446b1663fb8b47ffcef3285b029d7f1d71f9 0.01 MB 23 203
165,173 165,173 00000000000007bf989ae63fdaadc8d3e067dc7bbcc2e9fe8aacc1ef8a7c4b91 0.02 MB 38 38
165,172 165,172 00000000000003bbaa31fd563728b78c475242ff9621b27913262fc701ddb7fb 0.01 MB 23 63
165,171 165,171 00000000000003857187e721859fbdce13ee982276456b6d14e0fe4b4f9498a0 0.03 MB 60 121
165,170 165,170 00000000000009feef0131932185bc9cb2f7eea44c4b3264da03a3792835d370 0.03 MB 60 393
165,169 165,169 00000000000002c49495e8e25c8215c1c79c3f53d1aba8e30db746171f34c087 0.04 MB 127 184
165,168 165,168 0000000000000701aa790387758262445fe48be66da1bb0664639e73a12ea221 0.02 MB 61 118
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.