Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (48,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,506 859,506 0000000000000000000142f5e8e83cf5b343dd7852b39e39037b1c1a2249ec84 1.61 MB 3,142 14
859,505 859,505 00000000000000000000ffb07ab71e04813333ed329256db56cb1d4e8cb8df90 1.71 MB 5,940 5
859,504 859,504 00000000000000000000b1c236815bbf47893b3eff3d411915673b10e23b51d5 1.60 MB 7,273 2
859,503 859,503 00000000000000000001448ae2463edb4eb80f654c4f555cbe814cdd4e50ba15 1.56 MB 7,791 2
859,502 859,502 000000000000000000029a0c5f2b52cf9065b6c9f8c3e3bb7e7964f4ebfacb7c 1.67 MB 6,717 3
859,501 859,501 0000000000000000000021ec698484f9a3503d3509c18926785c9de83d57049f 1.69 MB 7,117 3
859,500 859,500 000000000000000000018e7833311520073214a46a768fef9cb44133cfd98162 1.69 MB 5,689 3
859,499 859,499 00000000000000000003208c8ad11e9507848536b7b2c68e34a679ac138920fa 1.69 MB 5,726 3
859,498 859,498 0000000000000000000098ac379623c72680e3421d4e37a8164b09ac35ab90f8 1.62 MB 4,522 4
859,497 859,497 000000000000000000021da05e12be27c9ea164613e8c68b596c5c1434bf6baa 1.63 MB 7,160 3
859,496 859,496 000000000000000000017f57bdbfb258cefb3663a853b38372ace2b221d44dce 1.49 MB 2,643 5
859,495 859,495 00000000000000000000025a0d45ad9073abafcb210b919e9e973da0fa027409 1.64 MB 7,122 2
859,494 859,494 000000000000000000011293779212a6c36aea6f90bf308fafef2c0b99d82f0e 1.66 MB 7,021 3
859,493 859,493 00000000000000000002e78fe65d0b8dbc0215a3b24949646dd7e1a40b84274a 1.58 MB 7,770 2
859,492 859,492 00000000000000000002791f9cc6d9c16ca5c1251ed97d1c91ff63fae4185755 1.59 MB 3,344 5
859,491 859,491 00000000000000000001ccf89875263f3762c1ee230a34d916de4dc249ea5260 1.64 MB 6,665 2
859,490 859,490 000000000000000000007bf289f14ba1d0667b445cb0408400b7c4056fd6febc 1.59 MB 5,357 3
859,489 859,489 00000000000000000000a38ff76db7f9782df997bd5702ba0cc52bc6377e3b51 1.60 MB 6,978 3
859,488 859,488 000000000000000000024f52b2ab2610a10f39a68a58a0537eec7ffd26cf4581 1.65 MB 5,695 3
859,487 859,487 000000000000000000010915948e0d6b2c40aa4144ed4277f978e231f4c44732 1.62 MB 5,875 3
859,486 859,486 00000000000000000000a87e35372788775f4d676c257622269e6f2a5b63ebb1 1.64 MB 5,352 4
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,624.25 GB sent, 92.99 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.