Memory Pool Memory Pool Refreshing

5,583 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (766,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,421 141,421 00000000000006cdd8d67c99b0997b831b88eec6ee72d86a4fcda50c25b7a924 0.02 MB 36 163
141,420 141,420 00000000000000969ff2f1af7681f57657b4c1c91a536e555b281b432eb2f26e 0.00 MB 8 47
141,419 141,419 000000000000079950ef9fb5c411ba3810503a3402b7cc94913894f291071b34 0.01 MB 18 78
141,418 141,418 00000000000007165e2c7ea3ed567248bdd69f25ab79fcec843ee6ce6ccfe80c 0.03 MB 66 264
141,417 141,417 000000000000062ee6aa7b3e88eb9aa68d03b84350f84904441b90c9acc26cfd 0.01 MB 44 16
141,416 141,416 00000000000006f31933b003e8ed319292935f73482f80c734068007f4d6fdb4 0.03 MB 104 115
141,415 141,415 000000000000073627c475ac73a836ffa495a2f9232b4b3201dbdf2fb2bab51d 0.02 MB 44 246
141,414 141,414 000000000000001185287ea2ddbcb2a91cb8c52eb80c2b0ff3a2db1a1ce7e472 0.02 MB 38 412
141,413 141,413 00000000000000dd7eca514386890a6735ea8667ecac804f78b1b9391d61ab06 0.01 MB 25 82
141,412 141,412 0000000000000690f8f09854fd58c4d42d0f525c8b5f05b6e4cc437c9a4c0822 0.00 MB 19 0
141,411 141,411 00000000000008ec3a3098cc5d197c5f7e3dcc2bbc80dd1e2defa0906402fb3f 0.01 MB 24 65
141,410 141,410 000000000000056fc7aabab5d71f90f650f0e2425f01d50b3615a7324174cd33 0.05 MB 133 123
141,409 141,409 00000000000002f4995b611c67f5074a1fb5c8c26937f78b9ac2e21207c90c01 0.01 MB 31 0
141,408 141,408 0000000000000327769db7f7d2742f9f4950ca258e395bc1bb294b40b7190156 0.06 MB 110 233
141,407 141,407 00000000000004c19f38d8d4ff54d22876ca4214454094b4b74f5184b08d5243 0.04 MB 73 180
141,406 141,406 000000000000015fe49eda66e925ccfd39321c1e392bba74299078432575d471 0.00 MB 8 332
141,405 141,405 000000000000036ec4d47ab6d4ef777f7f027b23b7bfdfa9b368782d8e74a329 0.01 MB 24 289
141,404 141,404 00000000000002fb369d13d9a83ba09e7eaf1963ceb3b44ada9967092f870117 0.00 MB 10 84
141,403 141,403 00000000000007bc8e02efb0ac0f1040564891fe16121eabf4278e0fae443ca0 0.03 MB 31 22
141,402 141,402 000000000000077040edde5dabe8dc47157b7ed1b397db171a82c25d6b6343be 0.00 MB 8 450
141,401 141,401 000000000000065c3b4b020dda3112e06fd5cb1a8e7e250d1569e3331a3b59b8 0.01 MB 28 191
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,632.87 GB sent, 93.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.