Memory Pool Memory Pool Refreshing

481 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (713,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,067 194,067 00000000000006650ef2afe99d98890396cd389e8c3437993b8e4b0487b81e30 0.05 MB 126 83
194,066 194,066 0000000000000111414fb4ee341fb0218708573b5671704a2b041cd94ef4a4c3 0.05 MB 155 103
194,065 194,065 00000000000003368de4e3a43ac5f416d341755652f510561c76c4ebd4dc8080 0.07 MB 186 21
194,064 194,064 00000000000005b17a3da6f4e2f23a09857449f957e24165de51d64935cb8c8c 0.25 MB 460 127
194,063 194,063 00000000000002f47d6c9f3d058cebd459e4948a22156c2ae3bcf32741837814 0.05 MB 127 38
194,062 194,062 00000000000006b9105d10bf5c6f9596fd402cb73f79319cbee4adbccc49cd5a 0.09 MB 260 157
194,061 194,061 0000000000000115387ac43e74247dd01c1a694d0799688d3b57b348fa48a2f7 0.02 MB 17 57
194,060 194,060 000000000000028cc5b5ca85ec09e8362dd9c5b0baf0f44aa336a2a971daf709 0.19 MB 646 191
194,059 194,059 00000000000007a611115132415a80ce1f2b67a2f8d81f6a3f5bf9cbbb662109 0.02 MB 54 133
194,058 194,058 0000000000000770e296792fbd61e063f36ecf6518fe47e48a22aa1aaececf6a 0.05 MB 133 109
194,057 194,057 00000000000002f2ddcc987466f655eedd70b29886ca4d0c6075f889dc1e8358 0.01 MB 32 0
194,056 194,056 0000000000000072a0984fe06e34c5e33e59f1c6f71da30a93590419b2a4a9fd 0.05 MB 118 102
194,055 194,055 000000000000055e17ff6150e642e6fa3399e3b058c2a297a8539e205e35a204 0.25 MB 500 119
194,054 194,054 00000000000003bb47485a016ef3b7214b3453b9849b9d9e7c0ec8d82c41bafc 0.06 MB 164 86
194,053 194,053 000000000000048bb8600b1f0a26808d999196145075cd3d2c1a90de3746cab8 0.16 MB 417 133
194,052 194,052 000000000000020b0d11b8b24dd96686842e053fe50408c0011e62c19afae1af 0.25 MB 567 140
194,051 194,051 000000000000079b171730e62048439cc1ad48acecd129b2e174e3b45133b81c 0.12 MB 407 173
194,050 194,050 000000000000014d0a8f52c2ade68d4efae59d8687d80f45326585704cb89eec 0.42 MB 849 139
194,049 194,049 00000000000001ecb11b5569563405a4c7c7d1221bb1a0e0c1fda68bb0b187bf 0.06 MB 197 160
194,048 194,048 0000000000000625e6e97bdf108ca0d40625746c0e46027c1e5ea1adf5ebe5ab 0.07 MB 221 44
194,047 194,047 0000000000000414c29492d734de708e226babd7844dcc088de9921c91e356e6 0.15 MB 375 221
Previous 10 blocks ↓
Total Size: 769.34 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.36 GB sent, 94.66 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.