Memory Pool Memory Pool Refreshing

7,826 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,176 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (604,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,335 303,335 00000000000000005fe3225ab5245f7fddf9fe3030337ff4c02de23efc81283e 0.35 MB 955 48
303,334 303,334 00000000000000005bb3427edaf9b435967c90a490f2b32cfa51f7c32db2397f 0.04 MB 78 26
303,333 303,333 0000000000000000535bd1fcd27b83a519644358f289af7ed200cf030120fa04 0.04 MB 48 17
303,332 303,332 00000000000000002f89106c9bf9aa30395ee74fae394ff28566bd0c4a256370 0.18 MB 310 29
303,331 303,331 000000000000000066272e623b1e292c9c8df13fe39a7d963b317262cbd2732e 0.60 MB 489 20
303,330 303,330 0000000000000000205fea6d351ae763b8d41855ce5713b7c4d1b64a271001f6 0.35 MB 760 38
303,329 303,329 00000000000000000622ec31ca6f4b29b6207f6afa95384881918f5f8d4dbfc6 0.04 MB 66 29
303,328 303,328 000000000000000004844f5b76ec8ad60397aebf6867e232442402b4f966a9b7 0.03 MB 84 38
303,327 303,327 000000000000000041c3efafe69a2a8f7e0f5c36541e35be5bd66d2add5b1a59 0.26 MB 332 25
303,326 303,326 0000000000000000114dcccdcaa374383eb88f1c680f184f76bca10ad0a51f99 0.35 MB 731 31
303,325 303,325 000000000000000049943a33a9b2897083e2110020e62841b5a74e623280cc44 0.02 MB 33 34
303,324 303,324 00000000000000003c4245f6d6a1ba0e59a4334b97399b8cec46bb237108b1e5 0.22 MB 432 32
303,323 303,323 0000000000000000208435e7313272f4665473efdc03f06feadd4e89dcfe709d 0.07 MB 86 13
303,322 303,322 000000000000000048f4ddba2eba74d901eb1116804db1129e339b9ea505704f 0.30 MB 495 29
303,321 303,321 00000000000000002c30324165671862740328fd54d316b76825497cc039e52a 0.16 MB 329 30
303,320 303,320 000000000000000016f64497c257493e03f27e9b1336c539798cc64f04c14735 0.24 MB 485 34
303,319 303,319 000000000000000067330c9aec67efbdf00ee7e85e1db6b7ca96bb31d91fa066 0.03 MB 59 19
303,318 303,318 000000000000000029473b35602ffed4e7e3c1c1d101a7149f30ad8c6685a1d4 0.19 MB 275 29
303,317 303,317 00000000000000003447698c259036333781c0af50951c213fd61e08e997b5e3 0.29 MB 374 23
303,316 303,316 00000000000000001481d6862b4088f502a9b54f38a185a4cc0ad9b405f6bd2a 0.35 MB 936 42
303,315 303,315 00000000000000003dee17873708ff9ed01b9392b1ee63d9bbe09f921e684f35 0.14 MB 304 31
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.