Memory Pool Memory Pool Refreshing

14,108 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (758,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,516 149,516 0000000000000388c95260d7c3e2300069c42d2183ebab9b70bf5995ab83dd3b 0.02 MB 65 15
149,515 149,515 0000000000000610a29088a8d8bdebd79c7c2d642cc45661660a12a88936106d 0.01 MB 13 45
149,514 149,514 000000000000020ef6bd3388377a305a6952ff44f15e8a01efa56ccf719f2380 0.03 MB 72 191
149,513 149,513 0000000000000a840d4d05e155ba1554c89a7ad69e105178eab9d4734c0d7ace 0.00 MB 2 193
149,512 149,512 00000000000009e7e566380325d91bfe89fb04607ab902f05f75e00ff5831c2d 0.02 MB 74 141
149,511 149,511 00000000000006fc1c654cbc9ac44ce3b3a152bf432167068db0bc7cedd0cfec 0.01 MB 35 191
149,510 149,510 00000000000005e6117482a48d68a11168b55754c96dbc7c8676b22295728225 0.02 MB 30 108
149,509 149,509 000000000000019fb77b3a1f33aed0ec1cc3a398ee5a1d1eb3d06fc88dea916b 0.04 MB 96 255
149,508 149,508 00000000000002f5b871d2ac5e002b145ca9a110118077b24b8e3c39a169722b 0.03 MB 43 102
149,507 149,507 000000000000067ec6ceda3a41036012b2fc0e2839408f85348a270cda23bc2c 0.01 MB 13 161
149,506 149,506 000000000000019a5aca988276799b429f659020fa830d18f3e7d95372407def 0.01 MB 10 64
149,505 149,505 0000000000000594876e0fd11749b56a136992e6e081d62c88c6feb6a7dbc6d5 0.01 MB 26 20
149,504 149,504 00000000000003a5a714e2dc58a060543fdb27402298d617fb7b64e40283616b 0.00 MB 11 344
149,503 149,503 00000000000001a8db5db325896d6c1070282dfa7a42a08f2b52d444a870c93d 0.01 MB 33 176
149,502 149,502 00000000000005e6fbaa476b24f5fcbbb1d132696f1610c5e12942942468ab39 0.00 MB 12 89
149,501 149,501 0000000000000144ebe0936683e9f949c2270ea91ef2a0b0070c8382f7ddd90f 0.02 MB 20 112
149,500 149,500 00000000000004886c1248696c6e4f25bd797f25761e4abb985aabd19e5960d1 0.05 MB 110 56
149,499 149,499 0000000000000b3368aeb3d255554fd798908b5e5454bae1b95e173978a72b09 0.01 MB 15 73
149,498 149,498 00000000000001c7a7199e54e0554c0e5f1c759cc9cc5dd835603015b5f28bc4 0.01 MB 30 96
149,497 149,497 0000000000000840ee5fbd505ac1aa498aecac5af100ecd490640aca2cceefa6 0.00 MB 13 292
149,496 149,496 00000000000002dfc1551639c6742c58c680fdabff23ca00eac5784d07c555b4 0.01 MB 38 20
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.