Memory Pool Memory Pool Refreshing

17,171 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (523,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,338 384,338 00000000000000000d223e73e97e7978f89804a0816a31d8f8ef0c2880769f74 0.34 MB 521 18
384,337 384,337 0000000000000000063f734e4b61178c22ba4ebbbd3f584d0479db17440c2216 1.00 MB 1,188 20
384,336 384,336 00000000000000000bac424640f979f68df939e4425c8ecf5b122d09fc0a8e8f 0.93 MB 1,760 24
384,335 384,335 00000000000000000c6da0acef2c3cad367e5fa5cb49d4bfd06b8d9b208dba8d 0.69 MB 1,609 33
384,334 384,334 00000000000000000b289c1aed9b2e7d189bcd519ea92193cc30816e8a4db197 1.00 MB 3,403 67
384,333 384,333 0000000000000000070fe5347917ddd4f9ff77823013437338cbb356d8bd3f90 0.09 MB 151 24
384,332 384,332 0000000000000000058a335e314156ad3e45d4ee9bec519f17ad58eb28f9244e 0.66 MB 349 8
384,331 384,331 000000000000000003c52c49de508050e0c0cc9ae8632da8168566d9eaaa748c 0.81 MB 1,784 38
384,330 384,330 0000000000000000101040b7810c34b1a77af17bd2aaa726dbd6e146072907fb 0.79 MB 1,028 26
384,329 384,329 00000000000000000a2c2b467b614331f5ae82fddeedac4c6b9f24fe4eca358d 0.99 MB 1,999 32
384,328 384,328 00000000000000000c44c0c1ee8b2d1f1be898701b872f4768913590d5db3558 0.75 MB 1,953 45
384,327 384,327 00000000000000000ff6d98effb32a9b179432a6156c21b75db649d116c7fb94 0.98 MB 1,659 25
384,326 384,326 0000000000000000001bb31370ffbd10122251ffab9a4f2b59d95bb9823e2161 0.95 MB 2,132 36
384,325 384,325 0000000000000000025806aa99f729ecec64e03a24bb280aa5b9abdb68047132 1.00 MB 1,026 17
384,324 384,324 0000000000000000027903f3dbe58561757008593662bece2dcc1646ef4e2f0e 0.93 MB 2,412 46
384,323 384,323 0000000000000000107e00bf0252e7a264e695b957cbb7c7121f7639fbaa2f4c 0.75 MB 1,343 31
384,322 384,322 00000000000000000ee1f72957f734888d5e3c60c625f3f90d45513c6ed48b15 1.00 MB 2,222 32
384,321 384,321 00000000000000000acf9de3b2a93d1534107adf19db7d53d581bacc33136a7c 0.91 MB 1,120 21
384,320 384,320 00000000000000000edd8d676f5fbce5f3cafec998b4a154a7156fb7b819dfa5 0.95 MB 1,465 23
384,319 384,319 000000000000000009b11fbaec005c0506afc24c2e978cbe0feaf2fd11b72703 1.00 MB 2,745 46
384,318 384,318 00000000000000000e81da0929f722c6008805705fb5f486342639433bcd5781 1.00 MB 761 17
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, 113 incoming
  • Data Transfer: 1,624.16 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.